Skip to content

Instantly share code, notes, and snippets.

@mageddo
Last active March 15, 2016 17:08
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 mageddo/0899b4fc981753e2ea37 to your computer and use it in GitHub Desktop.
Save mageddo/0899b4fc981753e2ea37 to your computer and use it in GitHub Desktop.
Delete all docker images and containers

Deleting images

docker rmi $(docker images | awk '{print $3}')
# when you delete the images the containers are deleted too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment