如何防止docker从缓存加载图片?

时间:2017-09-24 13:01:31

标签: linux docker fedora

我使用以下命令加载图像:

$ docker load -i image.tar

我在图片列表中有这样的东西:

$ docker images REPOSITORY TAG IMAGE ID CREATED SIZE sandbox-hdp latest c3cef4760133 8 weeks ago 12.2GB

然后我决定删除它:

$ docker rmi c3c

但是当我再次加载图像并运行$ docker images时,我得到了相同的输出。它不是新创建的图像。

我尝试$ docker system prune清除缓存,但没有帮助。如何将图像作为新图像加载?

1 个答案:

答案 0 :(得分:0)

如果您要从同一档案(docker load -i image.tar或最近docker image load -i)加载图片,则 应该获取相同的图片(具有相同的图片ID) )

清除缓存不会改变它。