首页 > 技术文章 > docker删除名称为<none>的镜像

wintersoft 2019-11-06 15:05 原文

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

推荐阅读