Remove all stopped Docker containers

docker rm $(docker ps -aq -f status=exited)
docker rmi $(docker images -q -f dangling=true)