podman-desktop/website/docs/compose/setting-up-compose.md
Shipra Singh 80994d7119
docs(website): moved the compose blog to the tutorial section (#12157)
* 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>
2025-04-17 10:58:29 +05:30

1.1 KiB

title description sidebar_position keywords tags
Setting up Compose Podman Desktop can install the Compose engine. 2
compose
compose

Setting up Compose

Podman Desktop can install the Compose engine.

Procedure

  1. Go to Settings > Resources.
  2. In the Compose tile, click Setup, and follow the prompts.

Verification

  1. The Compose reference implementation is in your PATH, therefore, you can display the Compose engine version in a terminal:

    $ docker-compose version
    
  2. Podman detects the same Compose version:

    $ podman compose version
    

Next steps

Additional resources