删除无用docker镜像

docker images | grep none | grep -v grep | awk '{print $3}' | xargs  docker rmi -f
相关文章
相关标签/搜索