compose/docs/reference/compose_create.md
Guillaume Lours d10a179f3e add support of QuietOption to create command
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-02-19 14:19:01 +01:00

1.7 KiB

docker compose create

Creates containers for a service

Options

Name Type Default Description
--build Build images before starting containers
--dry-run Execute command in dry run mode
--force-recreate Recreate containers even if their configuration and image haven't changed
--no-build Don't build an image, even if it's policy
--no-recreate 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 Pull without printing progress information
--remove-orphans 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.