Answers for "docker stop all containers in linux"

4

docker stop all containers

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

how to remove a docker container

docker container rm [container id]
Posted by: Guest on May-23-2020

Code answers related to "docker stop all containers in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language