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.15k stars 107 forks source link

docker compose error #320

Open dulumina opened 1 year ago

dulumina commented 1 year ago

docker compose not installed, but it's alredy installed. image

image

JohnFajardo commented 1 year ago

You need docker-compose v1 and a very specific set of dependencies if you're on Arch. This project seems to be abandoned, but luckily it looks like the official Docker desktop runs OK.

NucleaPeon commented 1 year ago

Confirming that docker-compose v2 on Gentoo is not recognized by DockStation. It's possible to install v1, but I don't think I'll go that route. Thanks John