Fixing the headers

Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
Mary Anthony 2015-06-19 14:59:16 -07:00
parent 092a5a3457
commit e765a82b67
2 changed files with 13 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description = "Swarm discovery"
keywords = ["docker, swarm, clustering, discovery"]
[menu.main]
parent="smn_workw_swarm"
weight=3
weight=4
+++
<![end-metadata]-->

View File

@ -1,4 +1,15 @@
# High availability in Swarm
<!--[metadata]>
+++
title = "High availability in Docker Swarm"
description = "High availability in Docker Swarm"
keywords = ["docker, swarm, clustering"]
[menu.main]
parent="smn_workw_swarm"
weight=3
+++
<![end-metadata]-->
# 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.