Skip to main content
Version: 2.24

telepresence compose

Define and run multi-container applications with Telepresence and Docker

Usage:

  telepresence compose [command] [flags]

Available Commands:

CommandDescription
attachAttach local standard input, output, and error streams to a service's running container
bridgeConvert compose files into another model
buildBuild or rebuild services
commitCreate a new image from a service container's changes
configParse, resolve and render compose file in canonical format
cpdocker compose cp [OPTIONS] SRC_PATH
createCreates containers for a service
downStop and remove containers, networks
eventsReceive real time events from containers
execExecute a command in a running container
exportExport a service container's filesystem as a tar archive
imagesList images used by the created containers
killForce stop service containers
logsView output from containers
lsList running compose projects
pausePause services
portPrint the public port for a port binding
psList containers
publishPublish compose application
pullPull service images
pushPush service images
restartRestart service containers
rmRemoves stopped service containers
runRun a one-off command on a service
scaleScale services
startStart services
statsDisplay a live stream of container(s) resource usage statistics
stopStop services
topDisplay the running processes
unpauseUnpause services
upCreate and start containers
versionShow the Docker Compose version information
volumesList volumes
waitBlock until containers of all (or specified) services stop.
watchWatch build context for service and rebuild/refresh containers when files are updated

Flags:

  -h, --help   help for compose

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

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

Use telepresence compose [command] --help for more information about a command.