해피 투게더

wd os5 docker update 본문

장난감

wd os5 docker update

보아요 2021. 7. 10. 18:26

https://github.com/JediNite/docker-ce-WDEX4100-binaries/releases

 

Releases · JediNite/docker-ce-WDEX4100-binaries

Compiled binaries for running docker on a WD EX4100 NAS - JediNite/docker-ce-WDEX4100-binaries

github.com

 

에서 받아서 압축풀기

 

 tar -xzvf /shares/hd2/docker/docker-20.10.8.tgz -C /mnt/HD/HD_a2/Nas_Prog/docker

 

 

포테이너 설치

 

docker volume create portainer_data

 

docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data --restart=always portainer/portainer-ce

 

https://github.com/WDCommunity/wdpksrc

 

GitHub - WDCommunity/wdpksrc: Cross compilation framework to create native packages for the Western Digital My Cloud

Cross compilation framework to create native packages for the Western Digital My Cloud - GitHub - WDCommunity/wdpksrc: Cross compilation framework to create native packages for the Western Digital ...

github.com

에서 도커를 업데이트 하면서 배포중이다. 도커를 정지한후에 최신 bin 파일을 받아서 업데이트 하면 끝.

더이상 압축푸는 일은 안해도 된다.

 

ssh 접속해서

restsdk.sh stop 하면 인덱싱 멈춤