Created
January 20, 2017 11:47
-
-
Save shoaibi/c149d8e22545f578ea18ea2f179061f6 to your computer and use it in GitHub Desktop.
Revisions
-
Shoaibi created this gist
Jan 20, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ #!/bin/bash # Kill all running containers docker kill $(docker ps -q)