1、有镜像被容器引用,删除时报错
[root@chb3 ~]# docker rmi chb_ubuntu:1.0
Error response from daemon: conflict: unable to remove repository reference "chb_ubuntu:1.0" (must force) - container 56d17ef509ee is using its referenced image c0092bd2380e
解决: 先删除容器,然后删除镜像
2、使用 docker rmi imageId
报错 Error response from daemon: reference does not exist
文章来源:https://www.toymoban.com/news/detail-508938.html
参考: https://github.com/moby/moby/issues/26862文章来源地址https://www.toymoban.com/news/detail-508938.html
Hi,
had the same issue
what I did was replace docker.io/ with "" string in /var/lib/docker/image/repositories.json
followed by docker rmi command and it worked.
替换后重启docker,然后删除成功
don't have reinstall everything again.
The issue was created when I upgrade my docker client from the one provided in linux repo with the one as documented in dockerhub.
Hope this helps someone.
到了这里,关于[docker] Error response from daemon: reference does not exist的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!