Remove all stopped Docker containers Snippet·May 12, 2016 docker rm $(docker ps -aq -f status=exited) docker rmi $(docker images -q -f dangling=true)