Merge pull request #482 from vieux/updated_roadmap

update ROADMAP.md and README.md
This commit is contained in:
Victor Vieux 2015-03-18 16:31:54 -07:00
commit 49944d4742
2 changed files with 14 additions and 1 deletions

View File

@ -52,6 +52,8 @@ replacing `docker run swarm` with just `swarm`.
We welcome pull requests and patches; come say hi on IRC, #docker-swarm on freenode. We welcome pull requests and patches; come say hi on IRC, #docker-swarm on freenode.
Our planning process and release cycle are detailed on the [wiki](https://github.com/docker/swarm/wiki)
## Creators ## Creators
**Andrea Luzzardi** **Andrea Luzzardi**

View File

@ -33,6 +33,17 @@ In the future, we want to allow third party tools to be plugged into Docker Swar
of much bigger clusters. of much bigger clusters.
The work has started on defining the "cluster" interface in [#393](https://github.com/docker/swarm/issues/393) The work has started on defining the "cluster" interface in [#393](https://github.com/docker/swarm/issues/393)
qThe first integration will be Mesos but other tools will arrive after, like kubernetes.
The first integration will be Mesos but other tools will arrive after, like kubernetes.
* [ ] Cluster Drivers * [ ] Cluster Drivers
Project Planning
================
An [Open-Source Planning Process](https://github.com/docker/swarm/wiki/Open-Source-Planning-Process) is used to define the Roadmap. [Project Pages](https://github.com/docker/swarm/wiki) define the goals for each Milestone and identify current progress.
| Platform Version | Swarm Milestone | Project Page |
|------------------|-----------------|--------------|
| Docker 1.6.0 | [0.2.0](https://github.com/docker/swarm/milestones/0.2.0) | [Project Page](https://github.com/docker/swarm/wiki/0.2.0-Milestone-Project-Page) |
| Docker 1.7.0 | [1.0.0](https://github.com/docker/swarm/milestones/1.0.0) | [Project Page](https://github.com/docker/swarm/wiki/1.0.0-Milestone-Project-Page) |