[erlang-questions] Erlang and Docker

derek denc716@REDACTED
Mon Nov 23 18:55:05 CET 2015


try the official image https://hub.docker.com/_/erlang/ for a good start
for beginners, and there are other efforts like
https://hub.docker.com/r/msaraiva/erlang/ making really minimal image, I
think msaraiva is already running that in production

➸ docker run -it --rm erlang
Erlang/OTP 18 [erts-7.1] [source] [64-bit] [smp:8:8] [async-threads:10]
[hipe] [kernel-poll:false]
Eshell V7.1 (abort with ^G)
1> uptime().
3 seconds
ok
2>

and for otp 18.1.4
https://github.com/docker-library/official-images/pull/1206
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151123/14779273/attachment.htm>


More information about the erlang-questions mailing list