mirror of https://github.com/docker/compose.git
parent
9631a49daa
commit
0d4cbbdbc9
|
@ -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-->
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue