验证:

$ 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: 从仓库中删除该镜像

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-02-18
  • 2022-01-12
猜你喜欢
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
  • 2022-01-13
相关资源
相似解决方案