<div dir="ltr"><br>try the official image <a href="https://hub.docker.com/_/erlang/">https://hub.docker.com/_/erlang/</a> for a good start for beginners, and there are other efforts like <a href="https://hub.docker.com/r/msaraiva/erlang/">https://hub.docker.com/r/msaraiva/erlang/</a> making really minimal image, I think msaraiva is already running that in production<div><br><font face="monospace, monospace">➸ docker run -it --rm erlang</font><div><font face="monospace, monospace">Erlang/OTP 18 [erts-7.1] [source] [64-bit] [smp:8:8] [async-threads:10] [hipe] [kernel-poll:false]</font></div><div><font face="monospace, monospace">Eshell V7.1 (abort with ^G)</font></div><div><font face="monospace, monospace">1> uptime().</font></div><div><font face="monospace, monospace">3 seconds</font></div><div><font face="monospace, monospace">ok</font></div><div><font face="monospace, monospace">2></font><br><br>and for otp 18.1.4 <a href="https://github.com/docker-library/official-images/pull/1206">https://github.com/docker-library/official-images/pull/1206</a></div></div></div>