Skip to content

Instantly share code, notes, and snippets.

@cezarpopa
Forked from evanscottgray/docker_kill.sh
Last active August 4, 2018 14:08
Show Gist options
  • Save cezarpopa/a2d1870a3fdca655a9afe575dff34b1c to your computer and use it in GitHub Desktop.
Save cezarpopa/a2d1870a3fdca655a9afe575dff34b1c to your computer and use it in GitHub Desktop.
kill all docker containers at once...
docker stop $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment