Sign inSign up

msaraiva/elixir

By msaraiva

Updated almost 10 years ago

Minimal Elixir image based on Alpine Linux

Image
24

10K+

msaraiva/elixir repository overview

Elixir on Alpine Linux

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:

  • erlang + dependencies
  • elixir

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

Usage

$ 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)>

Tag summary

Content type

Image

Digest

sha256:743bf7d33

Size

12.4 MB

Last updated

almost 10 years ago

docker pull msaraiva/elixir