From a95566e6713fd6372d46080fc4a4d17918fce408 Mon Sep 17 00:00:00 2001 From: Colm Prunty Date: Tue, 16 May 2017 09:38:15 +0100 Subject: [PATCH] Update ReadMe Make the index links match the text in the document for browsing --- dockercon-us-2017/docker-orchestration/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockercon-us-2017/docker-orchestration/README.md b/dockercon-us-2017/docker-orchestration/README.md index 445cd19..57bf255 100644 --- a/dockercon-us-2017/docker-orchestration/README.md +++ b/dockercon-us-2017/docker-orchestration/README.md @@ -255,7 +255,7 @@ At this point it may not seem that we have done anything very differently than j Well done. You have deployed the sleep-app to your new Swarm using Docker services. -## Step 3.2 - Scale the app +# Section 4: Scale the application Demand is crazy! Everybody loves your `sleep` app! It's time to scale out. @@ -306,7 +306,7 @@ wol6bzq7xf0v sleep-app.2 ubuntu:latest node2-c Running Running 5 minu You have successfully scaled a swarm service up and down. -## Step 3.3 - Bring a node down for maintenance. +# Section 5: Drain a node and reschedule the containers Your sleep-app has been doing amazing after hitting Reddit and HN. It's now number 1 on the Apple Store! You have scaled up during the holidays and down during the slow season. Now you are doing maintenance on one of your servers so you will need to gracefully take a server out of the swarm without interrupting service to your customers.