mirror of https://github.com/docker/docs.git
Merge pull request #1433 from flx42/flx42-patch-1
Fix typo in discovery documentation
This commit is contained in:
commit
08502d37fa
|
@ -16,7 +16,7 @@ Docker Swarm comes with multiple Discovery backends.
|
||||||
## Backends
|
## Backends
|
||||||
|
|
||||||
You use a hosted discovery service with Docker Swarm. The service
|
You use a hosted discovery service with Docker Swarm. The service
|
||||||
maintains a list of IPs in your swam. There are several available
|
maintains a list of IPs in your swarm. There are several available
|
||||||
services, such as `etcd`, `consul` and `zookeeper` depending on what
|
services, such as `etcd`, `consul` and `zookeeper` depending on what
|
||||||
is best suited for your environment. You can even use a static
|
is best suited for your environment. You can even use a static
|
||||||
file. Docker Hub also provides a hosted discovery service which you
|
file. Docker Hub also provides a hosted discovery service which you
|
||||||
|
|
Loading…
Reference in New Issue