docker rm $(docker ps -aq) ... docker rmi $(docker images -q) ... docker image prune --force --all 或者docker image prune -f -a` : 删除所有 ...
確定! 回上一頁