Answers for "how to stop docker container using containername"

29

docker stop all containers

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Posted by: Guest on May-10-2020

Code answers related to "how to stop docker container using containername"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language