Created
March 3, 2015 00:58
-
-
Save davepoon/38c17dcf5b8795505c5a to your computer and use it in GitHub Desktop.
Delete all the untagged images
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
docker rmi `docker images -q --filter "dangling=true"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment