Skip to content

Commit be40ae6

Browse files
Merge pull request docker#1950 from londoncalling/voting-app-tweaks
tweaked note re: d4win on sample workflow
2 parents 3181700 + 735a09c commit be40ae6

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

engine/getstarted-voting-app/node-setup.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Overview](/machine/overview.md) to learn more.) We'll also verify the setup, and
1414
run some basic commmands to interact with the machines.
1515

1616
>**Note:** If you are using Docker for Windows, you will not be able to
17-
follow along with this machine setup part of the tutorial because it relies on
17+
follow along with this machine setup part of the tutorial because it describes
1818
using the Docker Machine legacy `virtualbox` driver, which is not compatible
19-
with Docker for Windows. (See [What to know before you
19+
with Docker for Windows Hyper-V. (See [What to know before you
2020
install](/docker-for-windows/install.md#what-to-know-before-you-install)).
21-
However, if you set up your Dockerized instances in the cloud, you can follow
21+
However, you can set up your Dockerized machines in the cloud, and follow
2222
the rest of the steps to create a swarm and deploy this sample app. You can use
23-
[Docker Cloud](/docker-cloud/index.md) or you can [use Docker Machine to
24-
provision hosts on your cloud provider](/machine/get-started-cloud.md).
23+
[Docker Cloud](/docker-cloud/index.md) or [use Docker Machine to
24+
provision hosts on your cloud provider](/machine/get-started-cloud.md). Once you have your cloud machines set up, skip directly to the next step, where we [create a swarm](create-swarm.md) across the two nodes.
2525

2626
## Create manager and worker machines
2727

@@ -161,4 +161,5 @@ We'll use this method later in the example.
161161
162162
## What's next?
163163
164-
In the next step, we'll [create a swarm](create-swarm.md) across these two Docker machines.
164+
In the next step, we'll [create a swarm](create-swarm.md) across these two
165+
Docker machines.

0 commit comments

Comments
 (0)