mirror of https://github.com/docker/docs.git
Merge pull request #1505 from ahaurw01/docs-what-if-hosted-discovery-down
Add a note to install-w-machine with pointers if hosted discovery is down
This commit is contained in:
commit
833471b74c
|
@ -82,6 +82,11 @@ Daemon running on each node. Other discovery service backends such as
|
||||||
The `swarm create` command returned the `fe0cc96a72cf04dba8c1c4aa79536ec3`
|
The `swarm create` command returned the `fe0cc96a72cf04dba8c1c4aa79536ec3`
|
||||||
token.
|
token.
|
||||||
|
|
||||||
|
**Note**: This command relies on Docker Swarm's hosted discovery service. If
|
||||||
|
this service is having issues, this command may fail. In this case, see
|
||||||
|
information on using other types of [discovery backends](./discovery). Check
|
||||||
|
the [status page](http://status.docker.com/) for service availability.
|
||||||
|
|
||||||
5. Save the token in a safe place.
|
5. Save the token in a safe place.
|
||||||
|
|
||||||
You'll use this token in the next step to create a Docker Swarm.
|
You'll use this token in the next step to create a Docker Swarm.
|
||||||
|
|
Loading…
Reference in New Issue