mirror of https://github.com/docker/docs.git
Rewording of the ROADMAP
This commit is contained in:
parent
85ac1d7c61
commit
7bd8109a3b
22
ROADMAP.md
22
ROADMAP.md
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue