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

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