Updated 1.3.0 Milestone Project Page (markdown)

Aanand Prasad 2015-03-30 11:55:16 -04:00
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)
***