docker刪除全部none鏡像

在docker反覆build後,會存留不少none鏡像,下面命令一鍵刪除全部none鏡像web docker rmi `docker images | grep "<none>" | awk '{print $3}'`
相關文章
相關標籤/搜索