mirror of
https://github.com/docker/compose.git
synced 2025-05-30 03:10:14 +02:00
Update docs for new compose kill
--remove-orphans
option
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
parent
fcfcc1524e
commit
a226fe9daf
@ -7,6 +7,7 @@ Force stop service containers.
|
|||||||
|
|
||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
|
| `--remove-orphans` | | | Remove containers for services not defined in the Compose file. |
|
||||||
| `-s`, `--signal` | `string` | `SIGKILL` | SIGNAL to send to the container. |
|
| `-s`, `--signal` | `string` | `SIGKILL` | SIGNAL to send to the container. |
|
||||||
|
|
||||||
|
|
||||||
|
@ -10,6 +10,16 @@ usage: docker compose kill [OPTIONS] [SERVICE...]
|
|||||||
pname: docker compose
|
pname: docker compose
|
||||||
plink: docker_compose.yaml
|
plink: docker_compose.yaml
|
||||||
options:
|
options:
|
||||||
|
- option: remove-orphans
|
||||||
|
value_type: bool
|
||||||
|
default_value: "false"
|
||||||
|
description: Remove containers for services not defined in the Compose file.
|
||||||
|
deprecated: false
|
||||||
|
hidden: false
|
||||||
|
experimental: false
|
||||||
|
experimentalcli: false
|
||||||
|
kubernetes: false
|
||||||
|
swarm: false
|
||||||
- option: signal
|
- option: signal
|
||||||
shorthand: s
|
shorthand: s
|
||||||
value_type: string
|
value_type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user