In recent versions of Docker Compose we no longer have the docker-compose
command instead we use docker compose
(mind the space instead of dash) but Polar does not understand this.
To Reproduce
Steps to reproduce the behavior:
- Remove old versions of docker-compose
- Install the most recent version of docker compose
- The command
docker compose version
should work properly butdocker-compose version
should result in an error - Install Polar
- You'll see this error on the startup
Docker Compose Not Found
{"errno":-2,"code":"ENOENT","syscall":"spawn docker-compose","path":"docker-compose","spawnargs":["version","--short"]}
Expected behavior:
Polar should also try docker compose
and be compatible with recent versions of docker compose.
Screenshots
from Recent Questions - Bitcoin Stack Exchange
May 19, 2023 at 12:59AM