mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
committed by
Nicolas De loof
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"
|
||||
|
||||
Reference in New Issue
Block a user