mirror of https://github.com/docker/compose.git
update docs
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
This commit is contained in:
parent
9549a213ba
commit
11d5ecdc75
|
@ -9,6 +9,7 @@ Watch build context for service and rebuild/refresh containers when files are up
|
|||
|:------------|:-----|:--------|:----------------------------------------------|
|
||||
| `--dry-run` | | | Execute command in dry run mode |
|
||||
| `--no-up` | | | Do not build & start services before watching |
|
||||
| `--prune` | | | Prune dangling images on rebuild |
|
||||
| `--quiet` | | | hide build output |
|
||||
|
||||
|
||||
|
|
|
@ -17,6 +17,16 @@ options:
|
|||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: prune
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: Prune dangling images on rebuild
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
- option: quiet
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
|
|
Loading…
Reference in New Issue