瀏覽代碼

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

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
Victoria Bialas 8 年之前
父節點
當前提交
0a76a4cb5b
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      docs/getstarted/index.md
  2. 1 1
      docs/swarm/swarm-tutorial/index.md

+ 1 - 0
docs/getstarted/index.md

@@ -58,6 +58,7 @@ If you are using Docker for Mac, Docker for Windows, or Docker on Linux, you wil
 
 
 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.
 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.
 
 
+## Where to go next
 
 
 Go to [the next page to install](step_one.md).
 Go to [the next page to install](step_one.md).
 
 

+ 1 - 1
docs/swarm/swarm-tutorial/index.md

@@ -87,7 +87,7 @@ will serve as the single swarm node.
 
 
 * Currently, you cannot use Docker for Mac or Windows alone to test a
 * Currently, you cannot use Docker for Mac or Windows alone to test a
 _multi-node_ swarm. However, you can use the included version of [Docker
 _multi-node_ swarm. However, you can use the included version of [Docker
-Machine](/machine/overview.md) to create the swarm nodes, then follow the
+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
 tutorial for all multi-node features. For this scenario, you run commands from
 tutorial for all multi-node features. For this scenario, you run commands from
 a Docker for Mac or Docker for Windows host, but that Docker host itself is
 a Docker for Mac or Docker for Windows host, but that Docker host itself is
 _not_ participating in the swarm (i.e., it will not be `manager1`, `worker1`,
 _not_ participating in the swarm (i.e., it will not be `manager1`, `worker1`,