Elixir is a dynamic, functional language designed for building scalable and maintainable applications.
Elixir leverages the Erlang VM, known for running low-latency, distributed and fault-tolerant systems, while also being successfully used in web development and the embedded software domain.
To learn more about Elixir, check the getting started guide or the official website.
This image is based off of an official Debian image. It is configured
for the latest release of Elixir and exposes the iex command.
It was originally created by Anthony Smith at https://github.com/sticksnleaves/docker-elixir.
Dockerfile in your Project FROM jonathanperret/elixir
# Do stuff for my project here
You can also use it for a simple IEx repl:
docker pull jonathanperret/elixir
docker run -t -i jonathanperret/elixir
If you have a problem please submit an issue in the issue tracker.
Content type
Image
Digest
Size
278.3 MB
Last updated
over 9 years ago
docker pull jonathanperret/elixir