mirror of https://github.com/docker/docs.git
fix leadership doc on support for consul/etcd/zookeeper
Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
parent
5b929be518
commit
589b665f5f
|
|
@ -6,8 +6,7 @@ Key/Value store.
|
||||||
It's built using Swarm's `pkg/store` and is designed to work across multiple
|
It's built using Swarm's `pkg/store` and is designed to work across multiple
|
||||||
storage backends.
|
storage backends.
|
||||||
|
|
||||||
Right now only `Consul` is supported but `etcd` and `Zookeeper` will be coming
|
You can use `leadership` with `Consul`, `etcd` and `Zookeeper`.
|
||||||
soon.
|
|
||||||
|
|
||||||
```go
|
```go
|
||||||
// Create a store using pkg/store.
|
// Create a store using pkg/store.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue