We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38867ef commit 0bfd992Copy full SHA for 0bfd992
docs/reference/compose_kill.md
@@ -4,7 +4,7 @@
4
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
5
6
```console
7
-docker compose kill -s SIGINT
+$ docker compose kill -s SIGINT
8
```
9
10
### Options
@@ -22,5 +22,5 @@ docker compose kill -s SIGINT
22
23
24
25
26
0 commit comments