Signed-off-by: aevesdocker <allie.sadler@docker.com>
This commit is contained in:
aevesdocker 2023-10-31 10:44:59 +00:00
parent 9631a49daa
commit 0d4cbbdbc9
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Stop and remove containers, networks, volumes, and images.
| `--remove-orphans` | | | Remove containers for services not defined in the Compose file | | `--remove-orphans` | | | Remove containers for services not defined in the Compose file |
| `--rmi` | `string` | | Remove images used by services. "local" remove only images that don't have a custom tag ("local"\|"all") | | `--rmi` | `string` | | Remove images used by services. "local" remove only images that don't have a custom tag ("local"\|"all") |
| `-t`, `--timeout` | `int` | `0` | Specify a shutdown timeout in seconds | | `-t`, `--timeout` | `int` | `0` | Specify a shutdown timeout in seconds |
| `-v`, `--volumes` | | | Remove named volumes declared in the "volumes" section of the Compose file and anonymous volumes attached to containers.] | | `-v`, `--volumes` | | | Remove named volumes declared in the "volumes" section of the Compose file and anonymous volumes attached to containers. |
<!---MARKER_GEN_END--> <!---MARKER_GEN_END-->

View File

@ -1,7 +1,7 @@
# docker compose watch # docker compose watch
<!---MARKER_GEN_START--> <!---MARKER_GEN_START-->
Watch build context for service and rebuild orrefresh containers when files are updated. Watch build context for service and rebuild or refresh containers when files are updated.
### Options ### Options