DockStation / dockstation

DockStation is developer-centric application to managing projects based on Docker. Instead of lots of CLI commands you can monitor, configure, and manage services and containers using just a GUI.
https://dockstation.io/
2.13k stars 106 forks source link

docker compose not installed #308

Open vicherarr opened 2 years ago

bralbral commented 2 years ago

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 commented 2 years ago

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

ksilz commented 2 years ago

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

igor-lemon commented 2 years ago

The next v1.6 will have supported docker compose v2 https://github.com/DockStation/dockstation/issues/288#issuecomment-1093575674 But v1.6 is still RC