Docker快速刪掉REPOSITORY是none的 image

不囉唆直接看 command

$>  docker images | grep none | awk '{print $3}' | xargs docker rm -f

留言

熱門文章