删除docker images版本标签为none的镜像

docker rmi $(docker images -f "dangling=true" -q)  docker

相关文章
相关标签/搜索