Last active
March 31, 2019 17:15
-
-
Save luchsamapparat/1c50446cc77611e8abadab44fd7aac20 to your computer and use it in GitHub Desktop.
Remove dangling docker images on Windows
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
FOR /f "tokens=*" %i IN ('docker images -q -f "dangling=true"') DO docker rmi %i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't work for me on windows 10.
Docker version 17.03.0-ce, build 60ccb22