Skip to content

Instantly share code, notes, and snippets.

@denisinla
Created January 29, 2015 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denisinla/9733b37e0e69fefd4d88 to your computer and use it in GitHub Desktop.
Save denisinla/9733b37e0e69fefd4d88 to your computer and use it in GitHub Desktop.
Docker commands
# Delete all containers
docker rm $(docker ps -a -q)
# Delete all images
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment