Docker-Compose: Not Installed error

Hi guys,

I’m setting up my exchange but I’ve hit a roadblock. I’m not experienced with Linux, so I guess this is my fault but any advice would be much appreciated.

After I entered my email, password and code in the CLI, I got the following error:

Checking system dependencies…
Error: Some of the Kubernetes dependencies are missing on your system.
Docker-Compose: Not Installed
Please install the missing dependencies and try again.

I installed Docker Compose and when I run docker compose version it will show the version installed. But it seems like it hasn’t made a difference.

1 Like

WHat do you get when you run the following command?

docker-compose -v

1 Like