mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 04:49:19 +00:00
Reword Compose File v3 explanations
This commit is contained in:
@@ -943,13 +943,15 @@ class: extra-details
|
||||
|
||||
- Compose file version 3 adds the `deploy` section
|
||||
|
||||
- Compose file version 3.1 adds support for secrets
|
||||
- Further versions (3.1, ...) add more features (secrets, configs ...)
|
||||
|
||||
- You can re-run `docker stack deploy` to update a stack
|
||||
|
||||
- ... But unsupported features will be wiped each time you redeploy (!)
|
||||
- You can make manual changes with `docker service update` ...
|
||||
|
||||
(This will likely be fixed/improved soon)
|
||||
- ... But they will be wiped out each time you `docker stack deploy`
|
||||
|
||||
(That's the intended behavior, when one thinks about it!)
|
||||
|
||||
- `extends` doesn't work with `docker stack deploy`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user