Skip to main content

Running Compose files

With Podman Desktop, you can manage multi-container applications defined in a Compose file.

Prerequisites

Procedure

  • Run the command in a terminal:

    $ docker-compose --file compose.yaml up --detach

Verification

  • The Podman Desktop Containers list displays the containers created by Compose grouped in a container group with a (compose) suffix, such as flask-redis (compose).

    img2

Additional resources