解决镜像无法删除的问题multiple repositories

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

原文地址:https://www.cnblogs.com/jiu0821/p/10415591.html