Docker使用札記 - 經常使用命令

1. 刪除untagged的鏡像(TAG列爲<none>)docker

 docker images -f "dangling=true" -q|xargs docker rmi
相關文章
相關標籤/搜索