[erlang-questions] how: Simple distributed Erlang in docker containers

Chandru chandrashekhar.mullaparthi@REDACTED
Tue May 17 22:31:03 CEST 2016


On 17 May 2016 at 08:01, Bengt Kleberg <bengt.kleberg@REDACTED> wrote:

> Thank you for showing a way forward.
>
>
> Since "-name n@REDACTED" is undocumented, I wonder if there is another
> possibility to use distributed Erlang with Docker?
>
>
>
Why do you say it is undocumented? From http://erlang.org/doc/man/erl.html

*-name Name*

Makes the Erlang runtime system into a distributed node. This flag invokes
all network servers necessary for a node to become distributed. See
net_kernel(3) <http://erlang.org/doc/man/net_kernel.html>. It is also
ensured that epmd runs on the current host before Erlang is started. See
epmd(1) <http://erlang.org/doc/man/epmd.html>.

*The name of the node will be Name@REDACTED, where Host is the fully qualified
host name of the current host*. For short names, use the -sname flag
instead.

Chandru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160517/deb8b681/attachment.htm>


More information about the erlang-questions mailing list