Answers for "docker remove all not running containers"

0

docker remove not running containers

docker container rm $(docker container ls –aq)
Posted by: Guest on October-30-2020

Code answers related to "docker remove all not running containers"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language