Question about docker compose

Hi all

When I try docker compose I receive an error:

docker compose up                                                                                                                                           
docker: unknown command: docker compose

Run 'docker --help' for more information

I have installed the package docker

docker --version                                                                                                                                             
Docker version 29.1.3, build f52814d454

Is the compose command not available and I have to install the standalone compose?

In this case the package docker-compose is enough?

See the Archwiki: Docker - ArchWiki

You have to install docker-compose

Yes - if you want to use docker with a docker-compose.yml then you need the package docker-compose in addition to the docker package.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.