Created
March 10, 2021 02:40
-
-
Save xbotter/b5cc70feed0c68e471a76a6741a420e1 to your computer and use it in GitHub Desktop.
docker scripts
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 | findstr '<none>' | ForEach-Object{$_.Split(" ",[System.StringSplitOptions]::RemoveEmptyEntries)[2];}| ForEach-Object{docker rmi $_} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment