mirror of https://github.com/docker/docs.git
clarify registration runs on all manager nodes
Signed-off-by: LRubin <lrubin@docker.com>
This commit is contained in:
parent
fde5b485fc
commit
b0bae9c581
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue