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.