Update ROADMAP.md

This commit is contained in:
Andrea Luzzardi 2015-04-22 16:37:35 -07:00
parent 56f10310b8
commit 82cb38ddb0
1 changed files with 2 additions and 2 deletions

View File

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