From b0bae9c581ea53fbd6efe8184befa9756bb94d3e Mon Sep 17 00:00:00 2001 From: LRubin Date: Mon, 23 Jan 2017 10:47:14 -0800 Subject: [PATCH] clarify registration runs on all manager nodes Signed-off-by: LRubin --- docker-cloud/cloud-swarm/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docker-cloud/cloud-swarm/index.md b/docker-cloud/cloud-swarm/index.md index ead2fba54e..626f938ace 100644 --- a/docker-cloud/cloud-swarm/index.md +++ b/docker-cloud/cloud-swarm/index.md @@ -78,7 +78,11 @@ To register an existing swarm in Docker Cloud: To register a swarm with an organization, prefix the new name with the organization name, for example `myorganization/myteamswarm`. -The manager node pulls the `dockercloud/registration` container and runs it on the swarm. The swarm then appears in the **Swarms** screen in Docker Cloud. +The manager node pulls the `dockercloud/registration` container which creates a +global service called `dockercloud-server-proxy`. This service runs on _all_ of +the swarm's manager nodes. + +The swarm then appears in the **Swarms** screen in Docker Cloud. ### Swarm Registration example @@ -146,7 +150,7 @@ To unregister a swarm from Docker Cloud: 4. Click the trash can icon that appears. 5. In the confirmation dialog that appears, click **Unregister**. -Docker Cloud marks the swarm as `REMOVED` and removes the swarm from the list in the next few minutes. +Docker Cloud marks the swarm as `REMOVED` and removes the swarm from the list in the next few minutes. ## Reconnect a swarm