From 683d8a9dcb05e27671b908d693061866180b414f Mon Sep 17 00:00:00 2001 From: Amy Lindburg Date: Mon, 13 Apr 2015 22:42:07 -0700 Subject: [PATCH] Updated 1.3.0 Milestone Project Page (markdown) --- 1.3.0-Milestone-Project-Page.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/1.3.0-Milestone-Project-Page.md b/1.3.0-Milestone-Project-Page.md index b68c087..9c98a52 100644 --- a/1.3.0-Milestone-Project-Page.md +++ b/1.3.0-Milestone-Project-Page.md @@ -1,36 +1,33 @@ -## Schedule +### Schedule *** * 05/26/2015 - Code Freeze * 06/16/2015 - Release -## Release Goals +### Release Goals -### State convergence +#### 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. -### Use labels to keep track of containers +#### Use labels to keep track of containers Rather than using container names, which forces Compose to use rather hacky logic in places and stops users from customising names, Compose will use Docker's new "labels" feature to keep track of its containers. This will also improve performance on hosts or clusters with lots of containers running. -### Support for labels +#### Support for labels Users can add custom metadata to containers with a `labels` configuration option in `docker-compose.yml`. - [ ] Implement `labels` option - [#1145](https://github.com/docker/compose/pull/1145) (needs re-submitting) -*** - - - ### Sprint Goals *** #### Sprint 13 _(30 Mar 2015 - 10 Apr 2015)_ + ### Tracking * [1.3.0 Waffle Board](https://waffle.io/docker/compose?milestone=1.3.0) \ No newline at end of file