mirror of
https://github.com/docker/compose.git
synced 2026-05-13 13:58:02 +00:00
docs: Update docker compose kill usage
Signed-off-by: Jan Brasna <1784648+janbrasna@users.noreply.github.com>
This commit is contained in:
parent
ea4ccf639d
commit
1601ead7bc
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue