Skip to content

Instantly share code, notes, and snippets.

@mvalipour
Created October 26, 2016 10:59
Show Gist options
  • Select an option

  • Save mvalipour/31d8d1243724684570040f8616a7446c to your computer and use it in GitHub Desktop.

Select an option

Save mvalipour/31d8d1243724684570040f8616a7446c to your computer and use it in GitHub Desktop.
Kill all docker containers on windows
$ powershell
$ docker ps -q | % { docker kill $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment