telepresence compose
Define and run multi-container applications with Telepresence and Docker
Usage:
telepresence compose [command] [flags]
Available Commands:
Command | Description |
---|---|
attach | Attach local standard input, output, and error streams to a service's running container |
bridge | Convert compose files into another model |
build | Build or rebuild services |
commit | Create a new image from a service container's changes |
config | Parse, resolve and render compose file in canonical format |
cp | docker compose cp [OPTIONS] SRC_PATH |
create | Creates containers for a service |
down | Stop and remove containers, networks |
events | Receive real time events from containers |
exec | Execute a command in a running container |
export | Export a service container's filesystem as a tar archive |
images | List images used by the created containers |
kill | Force stop service containers |
logs | View output from containers |
ls | List running compose projects |
pause | Pause services |
port | Print the public port for a port binding |
ps | List containers |
publish | Publish compose application |
pull | Pull service images |
push | Push service images |
restart | Restart service containers |
rm | Removes stopped service containers |
run | Run a one-off command on a service |
scale | Scale services |
start | Start services |
stats | Display a live stream of container(s) resource usage statistics |
stop | Stop services |
top | Display the running processes |
unpause | Unpause services |
up | Create and start containers |
version | Show the Docker Compose version information |
volumes | List volumes |
wait | Block until containers of all (or specified) services stop. |
watch | Watch 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.