Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Support some form of static clustering #145

Closed
tazjin opened this issue Dec 4, 2014 · 2 comments · Fixed by #164
Closed

Support some form of static clustering #145

tazjin opened this issue Dec 4, 2014 · 2 comments · Fixed by #164
Assignees

Comments

@tazjin
Copy link

tazjin commented Dec 4, 2014

From what I can tell so far the discovery seems to be based on a similar process to etcd bootstrapping in CoreOS. (The swarm discovery looks like it might even be using etcd as its backend?)

I've had a lot of problems with that in the past when experimenting with CoreOS and would therefore like to have some way to statically define clusters, so that I can template that configuration myself.

@tazjin tazjin changed the title Support some form of static clustering support Support some form of static clustering Dec 4, 2014
@vieux
Copy link
Contributor

vieux commented Dec 4, 2014

Hi @tazjin,

Thanks for the feedback, we would love to improve the experience for everybody.
In the meantime you can the cli as follow:

swarm manage --addr=<swarm_ip:4243> http://<docker_daemon_ip1:4243> http://<docker_daemon_ip2:4243> http://<docker_daemon_ip3:4243>

@vieux
Copy link
Contributor

vieux commented Dec 9, 2014

See #157 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants