删除前
调用命令
docker images | awk '/<none>/{print "docker rmi "$3}' | bash
删除repository为 none 的 image
docker images | awk '/<none>/{print "docker rmi "$3}' | bash
删除repository为 none 的 image
本文标题:Docker批量删除image
本文链接:https://www.haomeiwen.com/subject/ifrhyqtx.html
网友评论