Answers for "how to remove not running docker 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 "how to remove not running docker containers"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language