验证:
$ docker images |grep cookdata
test-cache 1.0.0 fededff87eb2 About a minute ago 6.2GB
(base) [wuhf@aps ~]$ docker pull test-cache:1.0.0
1.0.0: Pulling from test-cache
Digest: sha256:5787160e3812190af85ea486c8572e528c9b2362e6102e2e7820a38d87f616e4
Status: Downloaded newer image for test-cache:1.0.0
docker images |grep cookdata
test-cache 1.0.0 171dcd1d512b 8 days ago 8.66GB
本地有新镜像,仓库里是老镜像,如果从仓库pull老镜像会覆盖新镜像。
方法1: 更新仓库
方法2: 停止pull
方法3: 从仓库中删除该镜像
本站文章如无特殊说明,均为本站原创,如若转载,请注明出处:docker pull 覆盖本地镜像问题 - Python技术站