Skip to content

Instantly share code, notes, and snippets.

@louissimps
Last active June 1, 2016 23:31
Show Gist options
  • Save louissimps/d54ee8f3a9b7218e144ea82012b96d99 to your computer and use it in GitHub Desktop.
Save louissimps/d54ee8f3a9b7218e144ea82012b96d99 to your computer and use it in GitHub Desktop.
#kill all running containers
docker kill $(docker ps -q)
#stop all running containers
docker stop $(docker ps -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment