From 95975cf542cf3764d90a83a7f119addfd233bc6f Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Mon, 30 Mar 2015 11:55:16 -0400 Subject: [PATCH] Updated 1.3.0 Milestone Project Page (markdown) --- 1.3.0-Milestone-Project-Page.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/1.3.0-Milestone-Project-Page.md b/1.3.0-Milestone-Project-Page.md index 218ee7b..57cec3e 100644 --- a/1.3.0-Milestone-Project-Page.md +++ b/1.3.0-Milestone-Project-Page.md @@ -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) + + *** \ No newline at end of file