Synology Docker Container App問題
小弟有兩部Synology 放係兩個地方, 用同一間ISP
兩部機都裝左Container App, 同download nginx:latest
其中一部機download得好慢而且download落黎既竟然係2024年既版本
請問有無高手可以指點下點樣可以唔鏟走成個Container App既情況下fix佢
NAS1:- andy@NAS:/volume1$ sudo docker pull nginx:latest
- latest: Pulling from library/nginx
- a2318d6c47ec: Pull complete
- 095d327c79ae: Pull complete
- bbfaa25db775: Pull complete
- 7bb6fb0cfb2b: Pull complete
- 0723edc10c17: Pull complete
- 24b3fdc4d1e3: Pull complete
- 3122471704d5: Pull complete
- Digest: sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3
- Status: Downloaded newer image for nginx:latest
- docker.io/library/nginx:latest
- andy@NAS:/volume1$ sudo docker pull nginx:latest
- Password:
- latest: Pulling from library/nginx
- Digest: sha256:04ba374043ccd2fc5c593885c0eacddebabd5ca375f9323666f28dfd5a9710e3
- Status: Image is up to date for nginx:latest
- docker.io/library/nginx:latest
複製代碼 NAS2:- andy@NAS2:/$ sudo docker pull nginx:latest
- Password:
- latest: Pulling from library/nginx
- b1badc6e5066: Pull complete
- a2da0c0f2353: Pull complete
- e5d9bb0b85cc: Pull complete
- 14a859b5ba24: Pull complete
- 716cdf61af59: Pull complete
- 14e422fd20a0: Pull complete
- c3741b707ce6: Pull complete
- Digest: sha256:33e0bbc7ca9ecf108140af6288c7c9d1ecc77548cbfd3952fd8466a75edefe57
- Status: Downloaded newer image for nginx:latest
- docker.io/library/nginx:latest
- andy@NAS2:/$ sudo docker pull nginx:latest
- Password:
- latest: Pulling from library/nginx
- Digest: sha256:33e0bbc7ca9ecf108140af6288c7c9d1ecc77548cbfd3952fd8466a75edefe57
- Status: Image is up to date for nginx:latest
- docker.io/library/nginx:latest
複製代碼 |
|
|