Minimal Erlang/OTP image based on Alpine Linux
3.5K
Erlang/OTP minimal environment.
Latest version: 18.3.2 Image size: 18.31 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 msaraiva/erlang erl
Erlang/OTP 18 [erts-7.3.1] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]
Eshell V7.3.1 (abort with ^G)
1> io:fwrite("Hello, world!\n").
Hello, world!
ok
2>
Content type
Image
Digest
sha256:e667f277d…
Size
9.2 MB
Last updated
about 10 years ago
docker pull msaraiva/erlang