Rewording of the ROADMAP

This commit is contained in:
Andrea Luzzardi 2014-12-19 13:13:28 -08:00
parent 85ac1d7c61
commit 7bd8109a3b
1 changed files with 12 additions and 10 deletions

View File

@ -2,24 +2,26 @@ Docker Swarm Roadmap
===================== =====================
####Security ####Security
* [x] TLS * [x] TLS authentication
####Scheduler ####Scheduler
* [ ] storage + Virtual Container ID * [ ] Persistent state storage
* [ ] rebalancing * [ ] Virtual Container ID
* [ ] affinity constraints + improved constraints expression (==, !=) * [ ] Rebalancing
* [ ] global scheduling * [ ] Affinity constraints & improved constraints expression (==, !=, regular expressions)
* [ ] Global scheduling (schedule containers on every node)
####Multi-tenancy ####Multi-tenancy
* [ ] master election * [ ] Master election
* [ ] shared state * [ ] Shared state
####API Matching ####API Matching
* [ ] docker attach * [ ] Bring Swarm API on par with Docker API as much as possible
* [ ] Support for `docker attach` (interactive sessions)
####Extensibility ####Extensibility
* [ ] pluggable scheduler * [ ] Pluggable scheduler
* [ ] discovery backends * [ ] Discovery backends
* [x] etcd * [x] etcd
* [ ] zookeeper * [ ] zookeeper
* [x] hub * [x] hub