Minor correction re round-robin load-balancing (#3288)

This commit is contained in:
Aaron Shaver 2017-05-19 15:37:57 -07:00 committed by Misty Stanley-Jones
parent 9814dde803
commit 832806bd06
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ docker stack ps getstartedlab
You can run `curl http://localhost` several times in a row, or go to that URL in You can run `curl http://localhost` several times in a row, or go to that URL in
your browser and hit refresh a few times. Either way, you'll see the container your browser and hit refresh a few times. Either way, you'll see the container
ID randomly change, demonstrating the load-balancing; with each request, one of ID change, demonstrating the load-balancing; with each request, one of
the five replicas is chosen at random to respond. the five replicas is chosen, in a round-robin fashion, to respond.
## Scale the app ## Scale the app