Skip to content

Commit 783f19f

Browse files
scjanejohndmulhausen
authored andcommitted
Update load-balance-hello-world.md (docker#2488)
1 parent 58f2de0 commit 783f19f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-cloud/apps/load-balance-hello-world.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ First, deploy a node cluster of 4 nodes.
2727

2828
3. Click **Create**.
2929

30-
4. Enter a name for the node cluster, select the **Provider**, **Region**, **Type/Size**.
30+
4. Enter a name for the node cluster, select the **Provider**, **Region**, and **Type/Size**.
3131

3232
5. Add a **deployment tag** of `web`. (This is used to make sure the right services are deployed to the correct nodes.)
3333

@@ -111,9 +111,9 @@ We verified that the web service is working, so now we'll set up the load balanc
111111

112112
4. Click the **dockercloud/haproxy** image.
113113

114-
5. On the next screen, set the **service name** to `lb`
114+
5. On the next screen, set the **service name** to `lb`.
115115

116-
Leave the tag, deployment strategy and number of containers at their default values.
116+
Leave the tag, deployment strategy, and number of containers at their default values.
117117

118118
![](images/lbd-lb-conf.png)
119119

@@ -123,7 +123,7 @@ We verified that the web service is working, so now we'll set up the load balanc
123123

124124
When you assign the service an API role, it passes a `DOCKERCLOUD_AUTH`
125125
environment variable to the service's containers, which allows them to query
126-
Docker Cloud's API on your behalf. You can [read more about API Roles here](../apps/api-roles.md)
126+
Docker Cloud's API on your behalf. You can [read more about API Roles here](../apps/api-roles.md).
127127

128128
The **dockercloud/haproxy** image uses the API to check how many containers
129129
are in the `web` service we launched earlier. **HAproxy** then uses this
@@ -195,5 +195,5 @@ load balance your load balancer. To learn more, read up on [service
195195
links](service-links.md).
196196

197197
You can try this by pointing your web browser to
198-
*servicename.username.svc.dockerapp.io* or using *dig* or *nslookup* to see how
199-
the service endpoint resolves.
198+
*servicename.username.svc.dockerapp.io* or using *dig* or *nslookup* to see how
199+
the service endpoint resolves.

0 commit comments

Comments
 (0)