Update reference docs for the new flag.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
b7fb3a6d9b
commit
e1b87d7be0
4 changed files with 30 additions and 27 deletions
|
|
@ -12,14 +12,15 @@ parent = "smn_compose_cli"
|
|||
# create
|
||||
|
||||
```
|
||||
Creates containers for a service.
|
||||
|
||||
Usage: create [options] [SERVICE...]
|
||||
|
||||
Options:
|
||||
--force-recreate Recreate containers even if their configuration and
|
||||
image haven't changed. Incompatible with --no-recreate.
|
||||
--no-recreate If containers already exist, don't recreate them.
|
||||
Incompatible with --force-recreate.
|
||||
--no-build Don't build an image, even if it's missing
|
||||
--force-recreate Recreate containers even if their configuration and
|
||||
image haven't changed. Incompatible with --no-recreate.
|
||||
--no-recreate If containers already exist, don't recreate them.
|
||||
Incompatible with --force-recreate.
|
||||
--no-build Don't build an image, even if it's missing.
|
||||
--build Build images before creating containers.
|
||||
```
|
||||
|
||||
Creates containers for a service.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue