Answers for "docker remove container not run"

2

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 container not run"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language