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
@ -4,7 +4,7 @@
|
|||||||
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
|
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker-compose kill -s SIGINT
|
$ docker compose kill -s SIGINT
|
||||||
```
|
```
|
||||||
|
|
||||||
### Options
|
### 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:
|
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
|
||||||
|
|
||||||
```console
|
```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:
|
Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ docker-compose kill -s SIGINT
|
$ docker compose kill -s SIGINT
|
||||||
```
|
```
|
||||||
usage: docker compose kill [OPTIONS] [SERVICE...]
|
usage: docker compose kill [OPTIONS] [SERVICE...]
|
||||||
pname: docker compose
|
pname: docker compose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user