-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
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 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.
Desktop (please complete the following information):
- OS: Ubuntu 22.04
- Polar Version: x86_64-v1.4.1
- Docker Version: 23.0.6
- Docker Compose Version: 2.3.3
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working