File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Force stop service containers.
7
7
8
8
| Name | Type | Default | Description |
9
9
| --- | --- | --- | --- |
10
+ | ` --remove-orphans ` | | | Remove containers for services not defined in the Compose file. |
10
11
| ` -s ` , ` --signal ` | ` string ` | ` SIGKILL ` | SIGNAL to send to the container. |
11
12
12
13
Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ usage: docker compose kill [OPTIONS] [SERVICE...]
10
10
pname : docker compose
11
11
plink : docker_compose.yaml
12
12
options :
13
+ - option : remove-orphans
14
+ value_type : bool
15
+ default_value : " false"
16
+ description : Remove containers for services not defined in the Compose file.
17
+ deprecated : false
18
+ hidden : false
19
+ experimental : false
20
+ experimentalcli : false
21
+ kubernetes : false
22
+ swarm : false
13
23
- option : signal
14
24
shorthand : s
15
25
value_type : string
You can’t perform that action at this time.
0 commit comments