Skip to content

Commit 0bfd992

Browse files
Ensure prompt in console blocks follows Docker CLI standards
Signed-off-by: Brijeshthummar02 <brijeshthummar02@gmail.com>
1 parent 38867ef commit 0bfd992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/compose_kill.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
55

66
```console
7-
docker compose kill -s SIGINT
7+
$ docker compose kill -s SIGINT
88
```
99

1010
### Options
@@ -22,5 +22,5 @@ docker compose kill -s SIGINT
2222
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
2323

2424
```console
25-
docker compose kill -s SIGINT
25+
$ docker compose kill -s SIGINT
2626
```

0 commit comments

Comments
 (0)