Skip to content

Instantly share code, notes, and snippets.

@jonyardley
Created August 3, 2015 11:39
Show Gist options
  • Save jonyardley/64e2fc2c60121dc2efb8 to your computer and use it in GitHub Desktop.
Save jonyardley/64e2fc2c60121dc2efb8 to your computer and use it in GitHub Desktop.
Docker Cheatsheet
###
# Docker CheatSheet
###
# 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