Answers for "which sub-command is used for removing all stopped containers?"

8

remove stopped containers

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

Code answers related to "which sub-command is used for removing all stopped containers?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language