One liner to stop / remove all of Docker containers: // -a, --all=false Show all ... docker rm $(docker ps -a -q) // Remove all containers.
確定! 回上一頁