Skip to content

Instantly share code, notes, and snippets.

@boo1ean
Last active August 29, 2015 14:00
Show Gist options
  • Save boo1ean/11092422 to your computer and use it in GitHub Desktop.
Save boo1ean/11092422 to your computer and use it in GitHub Desktop.
Docker-related helpers
# Remove all stopped containers
docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment