From 832806bd06c50d34885168ae69ad9439a35d430d Mon Sep 17 00:00:00 2001 From: Aaron Shaver Date: Fri, 19 May 2017 15:37:57 -0700 Subject: [PATCH] Minor correction re round-robin load-balancing (#3288) --- get-started/part3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-started/part3.md b/get-started/part3.md index 078578acd7..75341bf895 100644 --- a/get-started/part3.md +++ b/get-started/part3.md @@ -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 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 -the five replicas is chosen at random to respond. +ID change, demonstrating the load-balancing; with each request, one of +the five replicas is chosen, in a round-robin fashion, to respond. ## Scale the app