Minimal Erlang/OTP image based on Alpine Linux
50K+
Erlang/OTP minimal environment.
Latest version: 20.1.7-r2 Image size: 16.7 MB
See Erlang/Elixir on Alpine Linux to learn more about creating minimal Erlang/Elixir docker images with Alpine Linux.
The following packages are pre-installed:
Notice: In order to keep images as compact as possible, Erlang libraries for Alpine Linux are split into many different packages. The full list of Erlang packages available can be found here.
$ docker run --rm -it aeons/erlang erl
Erlang/OTP 20 [erts-9.1.5] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]
Eshell V9.1.5 (abort with ^G)
1> io:fwrite("Hello, world!\n").
Hello, world!
ok
2>
Content type
Image
Digest
Size
9 MB
Last updated
over 8 years ago
docker pull aeons/erlang