Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker compose not installed #308

Open
vicherarr opened this issue Mar 20, 2022 · 4 comments
Open

docker compose not installed #308

vicherarr opened this issue Mar 20, 2022 · 4 comments

Comments

@vicherarr
Copy link

No description provided.

@bralbral
Copy link

In my case, the docker-compose disable-v2 did not work (it said command not found or something like that), so what I did was this:

  1. install docker-compose 1.29.2 (latest version lower than v2) to /usr/local/bin
  2. unlink /usr/bin/docker-compose (this one links to the v2 from docker)
  3. ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose

Thanks, man! I solved my issue with it.

Source

@jrbgit
Copy link

jrbgit commented May 8, 2022

On Mac, with Docker Desktop installed, you need to go into the Docker Desktop preferences and untick Use Docker Compose V2 -- see #288

@ksilz
Copy link

ksilz commented May 23, 2022

Does anybody know if the application will be updated for Docker Compose V2?

@igor-lemon
Copy link
Member

The next v1.6 will have supported docker compose v2
#288 (comment)
But v1.6 is still RC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants