-
Notifications
You must be signed in to change notification settings - Fork 261
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
[Docker Compose] Build Docker Compose in Go #15
Comments
When will the code of that new version be published, and is it going to be a branch of |
@dominikbraun not sure how we plan to organize the code. We indeed could get it hosted on docker/compose as a "v2", which would help in the transition regarding feature requests/bug reports, but doing so would also isolate compose-in-go from the docker CLI, while we want compose to become a first-class citizen in the CLI. |
Thanks @ndeloof, I just asked because I don't want to miss the publication of the project since I'd really like to contribute. |
@dominikbraun or others who have up voted this, would any of you be interested in running through what you are looking to do with Compose in Go? If so drop me an email on [email protected]. Thanks! |
Will this deprecate the python version of docker-compose? |
Same concern as @ShadowJonathan, hope this does not mean the py package won't see any updates anymore... |
When could this be done? A version written in go would be great for us portainer users as referenced above!😃 |
@sebdanielsson see https://github.com/docker/compose-cli/tree/main/local/compose |
Is Apple Silicon support planned fornthe next major release? Is it planned for february or mars? Ready to get the Macbook Air when Docker is supported👍 |
@anshrma Both are supported already, did you have it a try? |
So now that
@ShadowJonathan @JohnPreston We don't have plans to change anything on
@sebdanielsson We have a preview of Docker Desktop for M1 which you can find here: https://docs.docker.com/docker-for-mac/apple-m1/ |
I've tried to run Found docker-archive/compose-cli#168, but the description is not very clear. |
Support for credentials helper has been fixed by docker-archive/compose-cli#1651 |
Has anyone else noticed that |
@ProgrammerPepe both |
Who can list all difference points between docker compose and docker-compose ? |
@abdennour |
@ndeloof can we guarantee that whichever compose we use, |
@JohnPreston I can't "guarantee" anything :) but the intent is to offer a smooth migration from |
I understand that you might want to have new features, but the specification for compose must be respected in either projects with the same source schema, otherwise you might as well not use either. One thing that I find odd when you say the intent is to migrate to |
|
Fair enough. |
Tell us about your request
Release a feature parity version of Docker Compose written in Go
Which service(s) is this request for?
Dev-tools
Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
We are generally aligned on Go for most of our development in Docker and Compose is an outlier for this. This also gives us an opportunity to revisit the UX of the CLI and make sure it is what people expect and need
Are you currently working around this issue?
N/A
Additional context
N/A
Attachments
The text was updated successfully, but these errors were encountered: