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?