Skip to content

Instantly share code, notes, and snippets.

@mynameislau
Created January 13, 2017 15:47
Show Gist options
  • Save mynameislau/e32da14b8eeff2fa1b50c46bf0e59afb to your computer and use it in GitHub Desktop.
Save mynameislau/e32da14b8eeff2fa1b50c46bf0e59afb to your computer and use it in GitHub Desktop.
#FROM DAVID WALSH
# Delete every Docker containers
# Must be run first because images are attached to containers
docker rm $(docker ps -a -q)
# Delete every Docker image
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment