mirror of
https://github.com/docker/compose.git
synced 2026-08-31 14:52:42 +00:00
introduce --all-resources to _not_ exclude resources not used by services
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
29692b5921
commit
865a64afea
4 changed files with 21 additions and 7 deletions
|
|
@ -43,6 +43,7 @@ Define and run multi-container applications with Docker
|
|||
|
||||
| Name | Type | Default | Description |
|
||||
|:-----------------------|:--------------|:--------|:----------------------------------------------------------------------------------------------------|
|
||||
| `--all-resources` | | | Include all resources, even those not used by services |
|
||||
| `--ansi` | `string` | `auto` | Control when to print ANSI control characters ("never"\|"always"\|"auto") |
|
||||
| `--compatibility` | | | Run compose in backward compatibility mode |
|
||||
| `--dry-run` | | | Execute command in dry run mode |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue