Remove all containers. docker rm `docker ps -qa`. . # Remove all images. docker rmi -f `docker images -qa `. . # Remove all volumes.
確定! 回上一頁