[1] Swarm discovery - Docker Documentation (2015-07-23 09:02:20 +09:00 版) <https://docs.docker.com/v1.5/swarm/discovery/>
Using a static list of ips# start the manager on any machine or your laptop$ swarm manage -H <swarm_ip:swarm_port> nodes://<node_ip1:2375>,<node_ip2:2375>#or$ swarm manage -H <swarm_ip:swarm_port> nodes://<node_ip1:2375>,<node_ip2:2375>
Using a static list of ips
# start the manager on any machine or your laptop
$ swarm manage -H <swarm_ip:swarm_port> nodes://<node_ip1:2375>,<node_ip2:2375>
#or