Created
October 30, 2014 19:21
-
-
Save trshafer/2d22b400068dabf89784 to your computer and use it in GitHub Desktop.
remove untagged "<none>" images in docker
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 images | grep "<none>" | awk '{print $3}' | tr "\\n" " " | xargs docker rmi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment