Skip to content

Instantly share code, notes, and snippets.

@alexhwoods
Created September 8, 2019 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexhwoods/f544a883f16ad9d9badd0028495a35de to your computer and use it in GitHub Desktop.
Save alexhwoods/f544a883f16ad9d9badd0028495a35de to your computer and use it in GitHub Desktop.
Kill all running Docker containers
docker kill $(docker ps -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment