Skip to content

Commit

Permalink
Ensure prompt in console blocks follows Docker CLI standards
Browse files Browse the repository at this point in the history
Signed-off-by: Brijeshthummar02 <brijeshthummar02@gmail.com>
  • Loading branch information
Brijeshthummar02 committed Feb 26, 2025
1 parent 38867ef commit 0bfd992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/compose_kill.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:

```console
docker compose kill -s SIGINT
$ docker compose kill -s SIGINT
```

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

```console
docker compose kill -s SIGINT
$ docker compose kill -s SIGINT
```

0 comments on commit 0bfd992

Please sign in to comment.