mirror of
https://github.com/docker/docs.git
synced 2026-04-12 14:25:46 +07:00
Merge pull request #563 from joelemmer/patch-1
Update 9_load-balance_the_service.md
This commit is contained in:
@@ -7,7 +7,7 @@ redirect_from:
|
||||
title: Load-balance the service
|
||||
---
|
||||
|
||||
To load-balance a your application, you need to deploy a load-balancing service.
|
||||
To load-balance your application, you need to deploy a load-balancing service.
|
||||
This service distributes incoming requests to all of the available containers in
|
||||
the application.
|
||||
|
||||
@@ -71,4 +71,4 @@ Hello Friendly Users!</br>Hostname: web-2</br>Counter: Redis Cache not found, co
|
||||
|
||||
You can learn more about *dockercloud/haproxy*, our free open source HAProxy image <a href="https://github.com/docker/dockercloud-haproxy" target="_blank">here</a>.
|
||||
|
||||
Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md)
|
||||
Next: [Provision a data backend for your service](10_provision_a_data_backend_for_your_service.md)
|
||||
|
||||
Reference in New Issue
Block a user