Last active
June 21, 2018 15:29
-
-
Save davidostermann/bc44323fb945bb7dbf43286a9e93a8ab to your computer and use it in GitHub Desktop.
docker kill all
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
docker stop $(docker ps -a -q) | |
docker rm $(docker ps -a -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment