-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Missing docs for new update_config order option #5088
Comments
Here's a fix for this: #5089 |
@shin- @gbarr01 I'm working on a contribution to @hairyhenderson PR #5089 , but as I look at it more closely, we need to add the following:
@hairyhenderson has done this for @shin- is someone planning on adding those examples to the docs or should @gbarr01 or I do it? If the latter, I think we might need some help. |
Version 3.4 was introduced in Docker Engine 17.09.0, but it hasn't made it yet in a Compose release. Those changes would have ideally been made at that time by whoever is responsible for documenting Engine features. I did have a versioning section written out and ready to go in
|
Oh no, maybe I should revert that merge.... |
@mstanleyjones since the fix has been reverted, can this bug be reopened? It's not ideal that the option remains undocumented for Swarm users... |
It is documented in the |
Ok, just to be clear, I didn't run into the lack of documentation while using In fact, $ docker-compose up
...
WARNING: Some services (foo, bar) use the 'deploy' key, which will be ignored. Compose does not support 'deploy' configuration - use `docker stack deploy` to deploy to a swarm.
... |
OK, I am confused about where this content should live. @londoncalling @shin- PTAL and advise. |
@hairyhenderson that is correct, @mstanleyjones the information should still live at https://docs.docker.com/compose/compose-file/#update_config, which is a subtopic under cc: @shin- |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
Problem description
In Docker 17.09, support was added for a new
order
option in theupdate_config
section in the Docker Compose v3.4 file.See docker/cli#360 for details.
Problem location
The text was updated successfully, but these errors were encountered: