compose/docs/reference/compose_create.md
Guillaume Lours 231ea10058 update docs generation to avoid man pages generation
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-07-17 13:01:51 +02:00

1.7 KiB

docker compose create

Creates containers for a service

Options

Name Type Default Description
--build bool Build images before starting containers
--dry-run bool Execute command in dry run mode
--force-recreate bool Recreate containers even if their configuration and image haven't changed
--no-build bool Don't build an image, even if it's policy
--no-recreate bool If containers already exist, don't recreate them. Incompatible with --force-recreate.
--pull string policy Pull image before running ("always"|"missing"|"never"|"build")
--quiet-pull bool Pull without printing progress information
--remove-orphans bool Remove containers for services not defined in the Compose file
--scale stringArray Scale SERVICE to NUM instances. Overrides the scale setting in the Compose file if present.