Minimal Elixir image based on Alpine Linux
10K+
Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
Image size: 23.8 MB
See Erlang/Elixir on Alpine Linux to learn more about creating minimal Erlang/Elixir docker images with Alpine Linux.
Notice: This image does not contain git, wget, rebar or hex. If you need to download dependencies, see msaraiva/elixir-dev
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/elixir iex
Erlang/OTP 18 [erts-7.3.1] [source] [64-bit] [async-threads:10] [kernel-poll:false]
Interactive Elixir (1.3.4) - press Ctrl+C to exit (type h() ENTER for help)
iex(1)> IO.puts "Hello there!"
Hello there!
:ok
iex(2)>
Content type
Image
Digest
sha256:743bf7d33…
Size
12.4 MB
Last updated
almost 10 years ago
docker pull msaraiva/elixir