mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
move watch from alpha to main command
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
421a6b0506
commit
6be5f3003a
9 changed files with 106 additions and 38 deletions
16
docs/reference/compose_watch.md
Normal file
16
docs/reference/compose_watch.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# docker compose watch
|
||||
|
||||
<!---MARKER_GEN_START-->
|
||||
Watch build context for service and rebuild/refresh containers when files are updated
|
||||
|
||||
### Options
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|:------------|:-----|:--------|:----------------------------------------------|
|
||||
| `--dry-run` | | | Execute command in dry run mode |
|
||||
| `--no-up` | | | Do not build & start services before watching |
|
||||
| `--quiet` | | | hide build output |
|
||||
|
||||
|
||||
<!---MARKER_GEN_END-->
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue