Skip to content

Commit

Permalink
clarify discovery service information
Browse files Browse the repository at this point in the history
 - specify that we need to use a discovery service
 - indicate which specific discovery service we are using for this example
 - describe the token discovery service as hosted at Docker Hub
 - link to other available discovery services in the docs

Signed-off-by: Morgan Bauer <[email protected]>
  • Loading branch information
MHBauer committed Aug 29, 2015
1 parent b154ccb commit 6d8fea0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/install-w-machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ Docker Machine gets hosts ready to run Docker containers. Each node in your
Docker Swarm must have access to Docker to pull images and run them in
containers. Docker Machine manages all this provisioning for your swarm.

Before you create a swarm with `docker-machine`, you create a discovery token.
Docker Swarm uses tokens for discovery and agent registration. Using this token,
you can create a swarm that is secured.
Before you create a swarm with `docker-machine`, you associate each
node with a discovery service. This example uses the token discovery
service hosted by Docker Hub. This discovery service associates a
token with instances of the Docker Daemon running on each node. Other
discovery service backends such as `etcd`, `consul`, and `zookeeper`
are [available](/discovery).

1. List the machines on your system.

Expand Down

0 comments on commit 6d8fea0

Please sign in to comment.