mirror of
https://github.com/docker/compose.git
synced 2025-07-31 01:24:15 +02:00
Updated 1.3.0 Milestone Project Page (markdown)
parent
e9f11f6ccb
commit
95975cf542
@ -15,4 +15,19 @@
|
||||
|
||||
***
|
||||
|
||||
### State convergence
|
||||
|
||||
Rather than deleting and re-creating every container on every invocation of `docker-compose up`, Compose will intelligently only re-create what is necessary in order to pick up changes to `docker-compose.yml` or updated service images.
|
||||
|
||||
### Multi-host networking
|
||||
|
||||
TODO
|
||||
|
||||
### Support for labels
|
||||
|
||||
Users can add custom metadata to containers with a `labels` configuration option in `docker-compose.yml`.
|
||||
|
||||
- [ ] Implement `labels` option (https://github.com/docker/compose/pull/1145) (needs redoing)
|
||||
|
||||
|
||||
***
|
Loading…
x
Reference in New Issue
Block a user