DOKK / manpages / debian 12 / podman-compose / podman-compose.1.en
PODMAN-COMPOSE(1) General Commands Manual PODMAN-COMPOSE(1)

podman-compose - Define and run multi-container applications with Podman.

podman-compose [-h] [-v] [-f file] [-p PROJECT_NAME] [--podman-path PODMAN_PATH] [--podman-args args] [--podman-pull-args args] [--podman-push-args args] [--podman-build-args args] [--podman-inspect-args args] [--podman-run-args args] [--podman-start-args args] [--podman-stop-args args] [--podman-rm-args args] [--podman-volume-args args] [--no-ansi] [--no-cleanup] [--dry-run] {help,version,pull,push,build,up,down,ps,run,exec,start,stop,restart,logs} ...

-h, --help show this help message and exit

show version
Specify an alternate compose file (default: docker-compose.yml)
Specify an alternate project name (default: directory name)
Specify an alternate path to podman (default: use location in $PATH variable)
custom global arguments to be passed to `podman`
custom arguments to be passed to `podman pull`
custom arguments to be passed to `podman push`
custom arguments to be passed to `podman build`
custom arguments to be passed to `podman inspect`
custom arguments to be passed to `podman run`
custom arguments to be passed to `podman start`
custom arguments to be passed to `podman stop`
custom arguments to be passed to `podman rm`
custom arguments to be passed to `podman volume`
Do not print ANSI control characters
Do not stop and remove existing pod & containers
No action; perform a simulation of commands

{help,version,pull,push,build,up,down,ps,run,exec,start,stop,restart,logs}

show help

show version

pull stack images

push stack images

build stack images

Create and start the entire stack or some of its services

tear down entire stack

show status of containers

create a container similar to a service to run a one-off command

execute a command in a running container

start specific services

stop specific services

restart specific services

show logs from services

This manual page was written by Athos Ribeiro <athoscribeiro@gmail.com> based on the help2man output.

User Commands