mirror of https://github.com/docker/docs.git
Update load-balance-hello-world.md (#4975)
This commit is contained in:
parent
51135ee6c0
commit
b84f456f14
|
@ -7,7 +7,7 @@ redirect_from:
|
||||||
title: Create a proxy or load balancer
|
title: Create a proxy or load balancer
|
||||||
---
|
---
|
||||||
|
|
||||||
When you deploy a web service to multiple containers you might want to load
|
When you deploy a web service to multiple containers, you might want to load
|
||||||
balance between the containers using a proxy or load balancer.
|
balance between the containers using a proxy or load balancer.
|
||||||
|
|
||||||
In this tutorial, you'll use the **dockercloud/hello-world** image as a sample
|
In this tutorial, you'll use the **dockercloud/hello-world** image as a sample
|
||||||
|
@ -17,7 +17,7 @@ between eight containers in a node cluster containing four nodes.
|
||||||
|
|
||||||
## Create a Node Cluster
|
## Create a Node Cluster
|
||||||
|
|
||||||
First, deploy a node cluster of 4 nodes.
|
First, deploy a node cluster of four nodes.
|
||||||
|
|
||||||
1. If you have not linked to a host or cloud services provider, do that now.
|
1. If you have not linked to a host or cloud services provider, do that now.
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ add the link.
|
||||||

|

|
||||||
|
|
||||||
You'll also notice that a new set of `WEB` environment variables
|
You'll also notice that a new set of `WEB` environment variables
|
||||||
appear in the service we're about to launch. You can read more about
|
appears in the service we're about to launch. You can read more about
|
||||||
service link environment variables [here](../apps/service-links.md).
|
service link environment variables [here](../apps/service-links.md).
|
||||||
|
|
||||||
13. Click **Create and deploy** and confirm that the service launches.
|
13. Click **Create and deploy** and confirm that the service launches.
|
||||||
|
|
Loading…
Reference in New Issue