Run and manage Compose Specification container definition. More information: https://github.com/containers/podman-compose.
podman-compose ps
docker-compose.yml
:podman-compose up -d
podman-compose up --build
podman-compose {{[-f|--file]}} {{path/to/file.yaml}} up
podman-compose stop
podman-compose down --volumes
podman-compose logs --follow {{container_name}}
podman-compose run {{service_name}} {{command}}