docker删除名称为的镜像

docker rmi $(docker images | awk '/^<none>/ { print $3 }')