<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><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">Swarm mode overview | Docker Documentation</cite>
( (<time>2017-06-10 02:52:15 +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/engine/swarm/">https://docs.docker.com/engine/swarm/</anchor-external></p><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">Get Started, Part 4: Swarms | Docker Documentation</cite>
( (<time>2017-06-10 02:52:22 +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/get-started/part4/">https://docs.docker.com/get-started/part4/</anchor-external></p><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">docker swarm init --advertise-addr 172.17.0.1 doesn't work · Issue #25514 · moby/moby</cite>
(<time>2018-02-06 16:57:12 +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/moby/moby/issues/25514">https://github.com/moby/moby/issues/25514</anchor-external></p><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="4" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[4]</anchor-end> 
ローカルで開発用に動かしたいだけなのに</p><pre class="code">Error response from daemon: could not choose an IP address to advertise since this system has multiple addresses on different interfaces (10.0.2.1 on enp0s4 and 192.168.56.1 on enp0s8) - specify one with --advertise-addr</pre><p>とか言われて面倒くさいときは
<code>docker swarm init --advertise-addr 127.0.0.1</code> すればよい。</p></body></html>