-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
In README, should docker-compose
be docker compose
(no hyphen)?
#365
Comments
According to docs, Compose V2 uses See https://docs.docker.com/compose/#compose-v2-and-the-new-docker-compose-command. |
This change to Like my 10 year old <30 lines push-to-deploy script which magically broke a year or two ago 💢 |
At least on Void Linux,
It seems upstream encourages such aliases, though a GitHub-wide search for "docker-compose alias" indicates not all installations include such a thing, particularly CI setups. Notably:
It seems the "correct" thing to do here is to test and validate that we don't use or need to use any of the unimplemented, removed, deprecated, etc. features of the new CLI, and then update the README and any other instructions and/or scripts to use the new V2 CLI. |
While |
If you look at the docs for installing Compose on Linux, you see:
So perhaps the CLI changed from
docker-compose
todocker compose
recently?I just installed Compose:
However, in the README, we are instructed to use
docker-compose
.Am I doing something wrong or does the README need to be updated to reflect the new CLI? Thanks!
The text was updated successfully, but these errors were encountered: