Last Updated: February 25, 2016
·
214
· schmunk42

Remove all stopped Docker containers

docker rm $(docker ps -a | grep 'Exited' | awk '{print $1}')