Running Compose files
With Podman Desktop, you can manage multi-container applications defined in a Compose file.
Prerequisites
- You have set up a Compose engine.
- You have a Compose file, such as
compose.yaml
.
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 asflask-redis (compose)
.