Skip to content

Commit 84e598d

Browse files
Add stop running containers command for docker
1 parent c587394 commit 84e598d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bash/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Stop all docker containers:
2+
`$ docker stop $(docker container ls --format {{.ID}} | tr '\n' ' ')`

0 commit comments

Comments
 (0)