Browse code

added better Docker Machine links to Swarm tutorial d4mac, d4win, copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
(cherry picked from commit 0a76a4cb5bdb83c1c62832d084ae47a0c50646bc)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Victoria Bialas authored on 2016/09/28 06:21:17
Showing 2 changed files
... ...
@@ -58,6 +58,7 @@ If you are using Docker for Mac, Docker for Windows, or Docker on Linux, you wil
58 58
 
59 59
 The getting started tour uses Docker Engine CLI commands entered on the command line of a terminal window. You don't need to be a wizard at the command line, but you should be familiar with how to open your favorite shell or terminal, and run basic commands in that environment. It helps (but isn't required) to know how to navigate a directory tree, manipulate files, list running process, and so forth.
60 60
 
61
+## Where to go next
61 62
 
62 63
 Go to [the next page to install](step_one.md).
63 64
 
... ...
@@ -87,7 +87,7 @@ will serve as the single swarm node.
87 87
 
88 88
 * Currently, you cannot use Docker for Mac or Windows alone to test a
89 89
 _multi-node_ swarm. However, you can use the included version of [Docker
90
-Machine](/machine/overview.md) to create the swarm nodes, then follow the
90
+Machine](/machine/overview.md) to create the swarm nodes (see [Get started with Docker Machine and a local VM](/machine/get-started.md)), then follow the
91 91
 tutorial for all multi-node features. For this scenario, you run commands from
92 92
 a Docker for Mac or Docker for Windows host, but that Docker host itself is
93 93
 _not_ participating in the swarm (i.e., it will not be `manager1`, `worker1`,