podman-compose Command Examples

Run and manage Compose Specification container definition. More information: https://github.com/containers/podman-compose.

podman-compose ps

podman-compose up {{[-d|--detach]}}

podman-compose up --build

podman-compose {{[-f|--file]}} {{path/to/file.yaml}} up

podman-compose stop

podman-compose down {{[-v|--volumes]}}

podman-compose logs {{[-f|--follow]}} {{container_name}}

podman-compose run {{service_name}} {{command}}