Last active
May 15, 2017 11:51
-
-
Save thoralfliersch/5b2a5ff839566cafffbb5f61a67bcc2d to your computer and use it in GitHub Desktop.
DOCKER_remove_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 | grep "^<none>" | awk "{print $3}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment