From 82cb38ddb0318abe79a9ddcb6c0d2da641acdca9 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Wed, 22 Apr 2015 16:37:35 -0700 Subject: [PATCH] Update ROADMAP.md --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 7b531a79a9..7b54476ab0 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -30,9 +30,9 @@ Our goal is to support 100% of the API, so all the Docker CLI commands would wor * [ ] Open a few PRs on docker/docker to display labels in `docker ps` and `docker images` ####Networking -Scheduling and container placing is only part of the problem. In order for Swarm to be a good solution for distributed environments, we have to support multi-host networking. +Scheduling and container placing is only part of the problem. In order for Swarm to be a good solution for distributed environments, we need to support multi-host networking. -* [ ] Integrate Swarm with Docker networking as soon as its available. +* [ ] Integrate Swarm with [Docker Networking](https://github.com/docker/libnetwork). ####Extensibility The builtin scheduler allows you to manage container on approximately hundreds of machines within a cluster.