반응형
Windows 환경 기준입니다.
DS220J는 도커를 지원하지 않습니다.
DS220J+ 모델에서만 도커가 제공되나
J 모델에서도 바이너리 수동설치가 가능합니다.
코드블럭이 보이지 않으면 다크모드 해제를 부탁드립니다.
준비물
1. PUTTY client
2. DS220J
3. Binaries Of docker
Download..
https://download.docker.com/linux/static/stable/armhf/
SSH 접속
다운받은 도커 바이너리리를 다운
cd ~/
mkdir docker_install
cd docker_install
wget https://download.docker.com/linux/static/stable/armhf/docker-19.03.13.tgz
압축해제
tar xvf docker-19.03.13.tgz
디록토리 변경 복붙
cd /admin/docker-install
sudo cp docker/* /usr/bin/
sudo dockerd
Ctrl+C 눌러 종료
해당 부분에서 오류 발생시 바이너리 버전을 변경
mkdir /volume1/docker
/etc/docker/deamon.json 편집
{
"storage-driver": "vfs",
"iptables": false,
"bridge": "none",
"data-root": "/volume1/docker"
}
dockerd
sudo reboot
sudo docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(arm32v5)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
Share images, automate workflows, and more with a free Docker ID:
https://hub.docker.com/
For more examples and ideas, visit:
https://docs.docker.com/get-started/
다른 방법을 통해서 설치하신 분은 댓글로 남겨주시면 참고하겠습니다.
반응형
'Review' 카테고리의 다른 글
ASUS ROG Hyperion GR701 케이스 교체 후기 (3) | 2023.04.27 |
---|---|
점심구독 딜라이트 후기[위잇딜라이트] (1) | 2023.03.28 |
로지텍 G Pro Wireless 수리 배터리 교체 [G Pro 무선 배터리교체] (8) | 2023.03.05 |
HOTO 레이저 측정기 프로 레이저 줄자 [HOTO laser measure Pro] (0) | 2022.09.17 |
[ROG THOR 1200W PLATINUM] + [PCI-E 4.0 라이저] + [LGA1700 소켓 가이드] 최종 PC 업그레이드 (0) | 2022.07.22 |