<div dir="ltr">On 17 May 2016 at 08:01, Bengt Kleberg <span dir="ltr"><<a href="mailto:bengt.kleberg@ericsson.com" target="_blank">bengt.kleberg@ericsson.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Thank you for showing a way forward.<br>
<br>
<br>
Since "-name n@a.b.c.d" is undocumented, I wonder if there is another possibility to use distributed Erlang with Docker?<span class=""><font color="#888888"><br>
<br>
<br></font></span></blockquote><div><br></div><div>Why do you say it is undocumented? From <a href="http://erlang.org/doc/man/erl.html">http://erlang.org/doc/man/erl.html</a></div><div><br></div><dt style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif"><strong><span class="" style="font-family:Courier,monospace;font-weight:normal">-name Name</span></strong></dt><dd style="color:rgb(0,0,0);font-family:Verdana,Arial,Helvetica,sans-serif"><p>Makes the Erlang runtime system into a distributed node. This flag invokes all network servers necessary for a node to become distributed. See <span class="" style="font-family:Courier,monospace;font-weight:bold"><a href="http://erlang.org/doc/man/net_kernel.html" style="color:blue;text-decoration:none">net_kernel(3)</a></span>. It is also ensured that <span class="" style="font-family:Courier,monospace">epmd</span> runs on the current host before Erlang is started. See <span class="" style="font-family:Courier,monospace;font-weight:bold"><a href="http://erlang.org/doc/man/epmd.html" style="color:blue;text-decoration:none">epmd(1)</a></span>.</p><p><b>The name of the node will be <span class="" style="font-family:Courier,monospace">Name@Host</span>, where <span class="" style="font-family:Courier,monospace">Host</span> is the fully qualified host name of the current host</b>. For short names, use the <span class="" style="font-family:Courier,monospace">-sname</span> flag instead.</p></dd><div><br></div><div>Chandru</div></div></div></div>