From 459929aaad711d625d46e8d49165e7ed929d93be Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Mon, 30 Mar 2015 12:19:47 -0400 Subject: [PATCH] Updated 1.3.0 Milestone Project Page (markdown) --- 1.3.0-Milestone-Project-Page.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/1.3.0-Milestone-Project-Page.md b/1.3.0-Milestone-Project-Page.md index 1cf0ef5..26d1e0c 100644 --- a/1.3.0-Milestone-Project-Page.md +++ b/1.3.0-Milestone-Project-Page.md @@ -23,6 +23,10 @@ Rather than deleting and re-creating every container on every invocation of `doc TODO +### 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 Users can add custom metadata to containers with a `labels` configuration option in `docker-compose.yml`.