Answers for "stop all the docker containers"

4

docker stop all containers

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

how to stop docker

systemctl stop docker.service
#(OR)
systemctl stop docker
# it will start docker
Posted by: Guest on December-09-2020

Code answers related to "stop all the docker containers"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language