From bd6ad72c29e5a70c9b100be4f2552dc758231fd5 Mon Sep 17 00:00:00 2001 From: ahaurw01 Date: Sun, 6 Dec 2015 10:24:55 -0500 Subject: [PATCH 1/2] Add a note to install-w-machine with pointers if hosted discovery is down Signed-off-by: Aaron Haurwitz --- docs/install-w-machine.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install-w-machine.md b/docs/install-w-machine.md index c777b4ab85..c9bc0c8d6b 100644 --- a/docs/install-w-machine.md +++ b/docs/install-w-machine.md @@ -84,6 +84,11 @@ Daemon running on each node. Other discovery service backends such as The `swarm create` command returned the `fe0cc96a72cf04dba8c1c4aa79536ec3` 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. You'll use this token in the next step to create a Docker Swarm. From 460c4ce9a72e64eaf0783c15e1e7c90e5dbeaaf0 Mon Sep 17 00:00:00 2001 From: Aaron Haurwitz Date: Sat, 30 Jan 2016 10:20:20 -0500 Subject: [PATCH 2/2] Fix the format of bold note. Signed-off-by: Aaron Haurwitz --- docs/install-w-machine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install-w-machine.md b/docs/install-w-machine.md index c9bc0c8d6b..dba4e88aa5 100644 --- a/docs/install-w-machine.md +++ b/docs/install-w-machine.md @@ -84,7 +84,7 @@ Daemon running on each node. Other discovery service backends such as The `swarm create` command returned the `fe0cc96a72cf04dba8c1c4aa79536ec3` token. - **Note:** This command relies on Docker Swarm's hosted discovery service. If + **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.