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.
77
88| Name | Type | Default | Description |
99| --- | --- | --- | --- |
10+ | ` --remove-orphans ` | | | Remove containers for services not defined in the Compose file. |
1011| ` -s ` , ` --signal ` | ` string ` | ` SIGKILL ` | SIGNAL to send to the container. |
1112
1213
Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ usage: docker compose kill [OPTIONS] [SERVICE...]
1010pname : docker compose
1111plink : docker_compose.yaml
1212options :
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
1323 - option : signal
1424 shorthand : s
1525 value_type : string
You can’t perform that action at this time.
0 commit comments