mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
* docs(website): moved the compose blog to the tutorial section Signed-off-by: Shipra Singh <shipsing@redhat.com> * docs(website): added correct image locations Signed-off-by: Shipra Singh <shipsing@redhat.com> * docs(website): corrected the yaml config details Signed-off-by: Shipra Singh <shipsing@redhat.com> * docs(website): added latest screenshots Signed-off-by: Shipra Singh <shipsing@redhat.com> * docs(website): minor edits Signed-off-by: Shipra Singh <shipsing@redhat.com> * docs(website): corrected across-reference Signed-off-by: Shipra Singh <shipsing@redhat.com> * docs(website): corrected afile name Signed-off-by: Shipra Singh <shipsing@redhat.com> * docs(website): added a tutorial cross-reference in the compose section Signed-off-by: Shipra Singh <shipsing@redhat.com> * docs(website): corrected formatting Signed-off-by: Shipra Singh <shipsing@redhat.com> --------- Signed-off-by: Shipra Singh <shipsing@redhat.com>
1.1 KiB
1.1 KiB
| title | description | sidebar_position | keywords | tags | ||
|---|---|---|---|---|---|---|
| Setting up Compose | Podman Desktop can install the Compose engine. | 2 |
|
|
Setting up Compose
Podman Desktop can install the Compose engine.
Procedure
- Go to Settings > Resources.
- In the Compose tile, click Setup, and follow the prompts.
Verification
-
The Compose reference implementation is in your
PATH, therefore, you can display the Compose engine version in a terminal:$ docker-compose version -
Podman detects the same Compose version:
$ podman compose version
Next steps
Additional resources
- (Alternatively) Use an alternative Compose implementation in Python with Podman integration: install Podman Compose.
- (Alternatively) Download and install Compose yourself.
- Tutorial: Getting started with Compose.