79171515

Date: 2024-11-08 20:50:07
Score: 1.5
Natty:
Report link

Docker and docker-compose are two separate packages, so most probably you have installed docker but not docker-compose

I'd suggest to start verifying if docker-compose is present in your system by executing:

docker compose version

it should replay with something like:

Docker Compose version v2.29.1-desktop.1

docker-compose.yml is just a config file to define all containers and all its configs, so in order to use it you should have previously installed docker-compose package in your system

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Nicolas Scoffio