Created
May 23, 2016 12:50
-
-
Save csainty/c096d7baf5c34dc66aa7c93dcbc34cb1 to your computer and use it in GitHub Desktop.
Stop all docker containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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