From 31941fd26ad0b07c8ac591a5da1f8601770faea5 Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Wed, 8 Apr 2015 15:04:37 +0100 Subject: [PATCH] Updated 1.3.0 Milestone Project Page (markdown) --- 1.3.0-Milestone-Project-Page.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/1.3.0-Milestone-Project-Page.md b/1.3.0-Milestone-Project-Page.md index 529377b..c5a0b1c 100644 --- a/1.3.0-Milestone-Project-Page.md +++ b/1.3.0-Milestone-Project-Page.md @@ -4,10 +4,6 @@ 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 - ### 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.