Setting up Compose
Podman Desktop can install the Compose engine.
Procedure
- Install the Compose engine: in the Podman Desktop status bar, click Compose, and follow the prompts.
- To use the Compose engine from your terminal, set the DOCKER_HOST variable.
Verification
Open a terminal.
The Compose reference implementation is in your PATH, therefore, you can display the Compose engine version:
$ docker-compose version
The DOCKER_HOST variable is set:
$ env | grep DOCKER_HOST
Additional resources
- (Alternatively) Installing Podman Compose: alternative Python implementation with Podman integration.
- Compose engine repository.