-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
"What Compose Does" document #1417
Comments
I think it would be useful to have a list of docker commands that are executed per each compose commands.
|
@aanm I can see that as part of the second bullet. A nice diagram would make a nice addition there, I think. See for example, this: moby/moby#12164 |
For the "high level" description, I regularly see people that don't understand that it's Docker that runs the containers, and compose "only" instructs Docker how to create and start the containers so yes, it's needed. |
@thaJeztah nice diagram! thanks for the link |
+1 for this document. I think it'll help a lot |
For "what problems does it not solve" I think we should have a section about "Building Images". There are frequently requests for more complex build pipelines, but this isn't really a problem which is related to composition. There are existing tools (https://github.com/6si/shipwright, https://github.com/openshift/source-to-image) for dealing with building images. Considering #693, compose could actually be made to only work off of images. Building images could be a completely separate tool, but most likely |
Issue grooming: I confess I've not actually checked against the specifics here but the state of the world of documentation for compose is very different to May 2015 so I think it can be assumed that at a high level this issue is obsolete. If not then I think bugs for docs are now tracked on https://github.com/docker/docker.github.io/ so any further improvements ought to be tracked there. |
Prompted partly by @thaJeztah's remarks in #1356 (comment), I think it'd be good to have a high-level document that described:
Thoughts?
The text was updated successfully, but these errors were encountered: