From f6caa46c9829a340101a3dbb99e41e5877b0f658 Mon Sep 17 00:00:00 2001 From: Morgan Bauer Date: Fri, 28 Aug 2015 19:24:55 -0700 Subject: [PATCH] Add reliance on external internet connectivity Signed-off-by: Morgan Bauer --- discovery/README.md | 11 +++++++++++ docs/discovery.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/discovery/README.md b/discovery/README.md index c7862fb83b..6db76131e4 100644 --- a/discovery/README.md +++ b/discovery/README.md @@ -10,8 +10,19 @@ Docker Swarm comes with multiple Discovery backends. ## Backends +You use a hosted discovery service with Docker Swarm. The service +maintains a list of IPs in your swam. There are several available +services, such as `etcd`, `consul` and `zookeeper` depending on what +is best suited for your environment. You can even use a static +file. Docker Hub also provides a hosted discovery service which you +can use. + ### Hosted Discovery with Docker Hub +This example uses the hosted discovery service on Docker Hub. Using +Docker Hub's hosted discovery service requires that each node in the +swarm is connected to the internet. To create your swarm: + First we create a cluster. ```bash diff --git a/docs/discovery.md b/docs/discovery.md index f208e2f79b..ca6de0c96f 100644 --- a/docs/discovery.md +++ b/docs/discovery.md @@ -15,8 +15,19 @@ Docker Swarm comes with multiple Discovery backends. ## Backends +You use a hosted discovery service with Docker Swarm. The service +maintains a list of IPs in your swam. There are several available +services, such as `etcd`, `consul` and `zookeeper` depending on what +is best suited for your environment. You can even use a static +file. Docker Hub also provides a hosted discovery service which you +can use. + ### Hosted Discovery with Docker Hub +This example uses the hosted discovery service on Docker Hub. Using +Docker Hub's hosted discovery service requires that each node in the +swarm is connected to the internet. To create your swarm: + First we create a cluster. # create a cluster