Created
October 25, 2015 15:29
-
-
Save tomav/eb440cdadf2f831ac826 to your computer and use it in GitHub Desktop.
Docker remove untagged images under Mac OSX
This file contains hidden or 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 | grep "^<none>" | grep -o '[a-f0-9]\{12\}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment