We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c587394 commit 84e598dCopy full SHA for 84e598d
bash/README.md
@@ -0,0 +1,2 @@
1
+Stop all docker containers:
2
+`$ docker stop $(docker container ls --format {{.ID}} | tr '\n' ' ')`
0 commit comments