docker-elixir
is a Docker image of the latest stable release of Elixir.
Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
To learn more about Elixir please check the official guide or visit Elixir School.
FROM nscyclone/elixir
Use as an Elixir REPL:
From GitHub:
$ docker build github.com/nscyclone/docker-elixir -t elixir
Or from Docker Hub:
$ docker pull nscyclone/elixir
$ docker run -it --rm nscyclone/elixir
Erlang/OTP 19 [erts-8.2] [source-fbd2db2] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false]
Interactive Elixir (1.4.1) - press Ctrl+C to exit (type h() ENTER for help)
iex> System.version
"1.4.1"
If you have any troubles using this image feel free to submit an issue.