Answers for "when i stop all containers portainer should not stop"

41

docker stop all containers

docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Posted by: Guest on May-10-2020

Code answers related to "when i stop all containers portainer should not stop"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language