Skip to content

Instantly share code, notes, and snippets.

@xbotter
Created March 10, 2021 02:40
Show Gist options
  • Save xbotter/b5cc70feed0c68e471a76a6741a420e1 to your computer and use it in GitHub Desktop.
Save xbotter/b5cc70feed0c68e471a76a6741a420e1 to your computer and use it in GitHub Desktop.
docker scripts
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