Error response from daemon: conflict: unable to delete ea5f89e79b1e (must be forced) – image is referenced in multiple repositories
意思是说,存在镜像多个引用,即同一个image id有多个repo。需要注意,自己是否真的确定要删除!
可以通过docker rmi /$REPO//$NAME:/$VERSION方式删除。
参考:https://blog.csdn.net/jiangshouzhuang/article/details/53749089
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/2727.html