Merge pull request #979 from moxiegirl/fix-headers-for-release

Fixing the headers
This commit is contained in:
moxiegirl 2015-06-19 15:00:29 -07:00
commit bcdaae5860
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.