一行命令删除tag为<none>的镜像

一行命令删除tag为<none>的镜像_第1张图片

sudo docker images | grep none | awk '{print $3;}' | xargs sudo docker rmi

你可能感兴趣的:(docker,docker)