From e765a82b672001ecc6f656c898bbd4633858a7e0 Mon Sep 17 00:00:00 2001 From: Mary Anthony Date: Fri, 19 Jun 2015 14:59:16 -0700 Subject: [PATCH] Fixing the headers Signed-off-by: Mary Anthony --- docs/discovery.md | 2 +- docs/multi-manager-setup.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/discovery.md b/docs/discovery.md index 766122a840..a9f94e47e3 100644 --- a/docs/discovery.md +++ b/docs/discovery.md @@ -5,7 +5,7 @@ description = "Swarm discovery" keywords = ["docker, swarm, clustering, discovery"] [menu.main] parent="smn_workw_swarm" -weight=3 +weight=4 +++ diff --git a/docs/multi-manager-setup.md b/docs/multi-manager-setup.md index b735f13193..155f67e0e1 100644 --- a/docs/multi-manager-setup.md +++ b/docs/multi-manager-setup.md @@ -1,4 +1,15 @@ -# High availability in Swarm + + +# High availability in Docker Swarm In Docker Swarm, the **swarm manager** is responsible for the entire cluster and manages the resources of multiple *Docker hosts* at scale. If the swarm manager dies, you must create a new one and deal with an interruption of service.