Created
July 20, 2018 06:06
-
-
Save GoZOo/1cb713d8269dc59cf5f923fa6a54ab74 to your computer and use it in GitHub Desktop.
Script to stop all docker containers
This file contains 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
#! /bin/bash | |
docker stop $(docker ps -a -q) | |
docker ps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment