Skip to content

Instantly share code, notes, and snippets.

@ravlio
Last active January 27, 2017 09:57
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 ravlio/91c4d3d0a02eb67402f8abaebe61290d to your computer and use it in GitHub Desktop.
Save ravlio/91c4d3d0a02eb67402f8abaebe61290d to your computer and use it in GitHub Desktop.
# remove by tag (even with multiple tags per image)
docker rmi -f $(docker images -q %tag_name%|uniq)
# remove all
docker rmi -f $(docker images -q|uniq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment