mirror of https://github.com/docker/docs.git
add ROADMAP.md
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
541cb74e84
commit
f6ce4222a3
|
@ -0,0 +1,21 @@
|
||||||
|
Docker Swarm Roadmap
|
||||||
|
=====================
|
||||||
|
|
||||||
|
####Security
|
||||||
|
* [x] TLS
|
||||||
|
|
||||||
|
####Scheduler
|
||||||
|
* [ ] storage + Virtual Container ID
|
||||||
|
* [ ] rebalancing
|
||||||
|
* [ ] affinity constraints + improved constraints expression (==, !=)
|
||||||
|
|
||||||
|
####Multi-tenancy
|
||||||
|
* [ ] master election
|
||||||
|
* [ ] shared state
|
||||||
|
|
||||||
|
####API Matching
|
||||||
|
* [ ] docker attach
|
||||||
|
|
||||||
|
####Extensibility
|
||||||
|
* [ ] pluggable scheduler
|
||||||
|
* [ ] discovery backends (etcd / zookeeper / hub...)
|
Loading…
Reference in New Issue