docker删除名称为<none>的镜像

docker rmi $(docker images | awk '/^<none>/ { print $3 }')
posted @ 2019-11-06 15:05  wintersoft  阅读(549)  评论(0)    收藏  举报