Created
June 21, 2015 13:39
-
-
Save soardex/4f05bac49506e7144f46 to your computer and use it in GitHub Desktop.
Remove Unfinished Docker Images Pull
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
# removes unfinished pulled images in docker | |
docker rmi -f $(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