Answers for "how to stop and delete all docker container"

4

docker stop all containers

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

remove container and volume docker

docker rm -v container_name
Posted by: Guest on December-17-2020

Code answers related to "how to stop and delete all docker container"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language