Last active
January 27, 2017 09:57
-
-
Save ravlio/91c4d3d0a02eb67402f8abaebe61290d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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