clarify registration runs on all manager nodes

Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
LRubin 2017-01-23 10:47:14 -08:00
parent fde5b485fc
commit b0bae9c581
1 changed files with 6 additions and 2 deletions

View File

@ -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