解决镜像无法删除的问题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

上一篇:不要再混淆js的substring和substr了!(附js所有字符串方法)


下一篇:android欢迎页源码