Updated 1.3.0 Milestone Project Page (markdown)

Amy Lindburg 2015-04-13 22:42:07 -07:00
parent b86e9a7342
commit 683d8a9dcb

@ -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)