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

Switch to Using Docker Compose Plugin Version #193

Open
reynoldsalec opened this issue Aug 12, 2024 · 0 comments
Open

Switch to Using Docker Compose Plugin Version #193

reynoldsalec opened this issue Aug 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@reynoldsalec
Copy link
Sponsor Member

Currently if your system lacks Docker Compose, Lando installs it via the "standalone Docker Compose" installation method:

https://github.com/lando/core/blob/7c445e6fa533f01e14037bb40666b1a25cf3b955/hooks/lando-setup-orchestrator.js#L14C1-L27C4

Docker recommends using the alternative "plugin" installation method and says they only provide the standalone method as a backwards compatibility measure: https://docs.docker.com/compose/install/#scenario-three-install-the-compose-standalone

To guard against future changes, we should upgrade to using the plugin installation method if possible.

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

No branches or pull requests

1 participant