Skip to content

Instantly share code, notes, and snippets.

@csainty
Created May 23, 2016 12:50
Show Gist options
  • Save csainty/c096d7baf5c34dc66aa7c93dcbc34cb1 to your computer and use it in GitHub Desktop.
Save csainty/c096d7baf5c34dc66aa7c93dcbc34cb1 to your computer and use it in GitHub Desktop.
Stop all docker containers
docker ps -q | xargs -P 8 -n 1 time docker stop -t 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment