Sign inSign up

jonathanperret/elixir

By jonathanperret

Updated over 9 years ago
Archived

Elixir base image

Image
2

1.5K

jonathanperret/elixir repository overview

Elixir

What is Elixir

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.

About this Image

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.

How to use This Image

Create a 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

Issues

If you have a problem please submit an issue in the issue tracker.

Tag summary

Content type

Image

Digest

Size

278.3 MB

Last updated

over 9 years ago

docker pull jonathanperret/elixir