Skip to main content
Version: 2.24

telepresence compose create

Creates containers for a service

Usage:

  telepresence compose create [flags] [services]

Flags:

  -h, --help   help for create

Compose flags:

      --env-file stringArray       Optional environment files
-f, --file stringArray Compose configuration files
--profile stringArray Profile to enable
--project-directory string Specify an alternate working directory (default: the path of the, first specified, Compose file)
--project-name string Project name

Compose create flags:

      --build            Build images before starting containers
--force-recreate Recreate containers even if their configuration
--no-build Don't build an image, even if it's policy
--no-recreate If containers already exist, don't recreate
--pull string Pull image before running
--quiet-pull Pull without printing progress information
--remove-orphans Remove containers for services not defined in
--scale uint32 Scale SERVICE to NUM instances. Overrides the
-y, --yes Assume "yes" as answer to all prompts and run

Global Flags:

      --output string     Set the output format, supported values are 'json', 'yaml', and 'default' (default "default")
--progress string Set type of progress output (auto, tty, plain, json, quiet) (default "auto")
--use string Match expression that uniquely identifies the daemon container