docker rm $(docker ps -aq) ... docker image prune --force --all 或者docker image prune -f -a` : 删除所有不使用的镜像; docker container prune ...
確定! 回上一頁