Answers for "stop all containers docekr"

4

docker stop all containers

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

Code answers related to "stop all containers docekr"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language