Stop all running containers
docker stop $(docker ps -a -q)
Delete stopped containers
docker container prune