Skip to content

Instantly share code, notes, and snippets.

@paulschwarz
Last active August 31, 2016 09:37
Show Gist options
  • Save paulschwarz/34b8ec2e778e48a5c27094e21b466ddc to your computer and use it in GitHub Desktop.
Save paulschwarz/34b8ec2e778e48a5c27094e21b466ddc to your computer and use it in GitHub Desktop.
Remove all exited Docker containers
docker rm -v $(docker ps -a -q -f status=exited)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment