Answers for "docker stop all containers at once"

4

docker stop all containers

docker stop $(docker ps -a -q)
Posted by: Guest on January-02-2021

Code answers related to "docker stop all containers at once"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language