Skip to content

Instantly share code, notes, and snippets.

@alexhwoods
Created September 8, 2019 16:06
Show Gist options
  • Select an option

  • Save alexhwoods/f544a883f16ad9d9badd0028495a35de to your computer and use it in GitHub Desktop.

Select an option

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