Skip to content

Commit

Permalink
docs: Update docker compose kill usage
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
  • Loading branch information
janbrasna authored and ndeloof committed Aug 5, 2024
1 parent ea4ccf6 commit 1601ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/reference/compose_kill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,5 +23,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
```
2 changes: 1 addition & 1 deletion docs/reference/docker_compose_kill.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ long: |-
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
```
usage: docker compose kill [OPTIONS] [SERVICE...]
pname: docker compose
Expand Down

0 comments on commit 1601ead

Please sign in to comment.