刪除無用docker鏡像

docker images | grep none | grep -v grep | awk '{print $3}' | xargs  docker rmi -f
相關文章
相關標籤/搜索