You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
22
22
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.
25
25
26
26
## Create manager and worker machines
27
27
@@ -161,4 +161,5 @@ We'll use this method later in the example.
161
161
162
162
## What's next?
163
163
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
0 commit comments