<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> <cite xml:lang="en">gleicon/engino</cite>
(<time>2015-09-18 15:26:38 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/gleicon/engino">https://github.com/gleicon/engino</anchor-external></p></figcaption><blockquote><p>-c connection string. redis://localhost:6379, etcd://localhost:4001, consul://localhost:8500</p></blockquote></figure><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <cite xml:lang="en">gliderlabs/registrator</cite>
(<time>2015-09-18 15:27:23 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://github.com/gliderlabs/registrator">https://github.com/gliderlabs/registrator</anchor-external></p></figcaption><blockquote><p>$ docker run -d \</p><p>--name=registrator \</p><p>--net=host \</p><p>--volume=/var/run/docker.sock:/tmp/docker.sock \</p><p>gliderlabs/registrator:latest \</p><p>consul://localhost:8500</p></blockquote></figure><figure class="quote"><figcaption><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="3" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[3]</anchor-end> <cite xml:lang="en">Swarm discovery - Docker Documentation</cite>
(<time>2015-07-23 09:02:20 +09:00</time> 版)
<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="https://docs.docker.com/v1.5/swarm/discovery/">https://docs.docker.com/v1.5/swarm/discovery/</anchor-external></p></figcaption><blockquote><p># on each of your nodes, start the swarm agent</p><p>#  &lt;node_ip&gt; doesn't have to be public (eg. 192.168.0.X),</p><p>#  as long as the swarm manager can access it.</p><p>$ swarm join --addr=<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="node_ip:2375">node_ip:2375</anchor-external> consul://&lt;consul_addr&gt;/&lt;path&gt;</p><p># start the manager on any machine or your laptop</p><p>$ swarm manage -H tcp://<anchor-external xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resScheme="URI" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:resParameter="swarm_ip:swarm_port">swarm_ip:swarm_port</anchor-external> consul://&lt;consul_addr&gt;/&lt;path&gt;</p></blockquote></figure></body></html>