Skip to content

Instantly share code, notes, and snippets.

@wvandeneede
Last active August 6, 2018 07:22
Show Gist options
  • Save wvandeneede/60b63be5f6e987ed40691fc3e0b3e8f8 to your computer and use it in GitHub Desktop.
Save wvandeneede/60b63be5f6e987ed40691fc3e0b3e8f8 to your computer and use it in GitHub Desktop.

Powershell

docker ps -a -q | % { docker rm $_ }
docker images -q | % { docker rmi $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment