We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: