Skip to content

nessamurmur/docker-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

How to use This Image

Create a Dockerfile in your Project

  FROM nifty/elixir

  # Do stuff for my project here

You can also use it for a simple IEx repl:

  docker pull nifty/elixir
  docker run -t -i nifty/elixir

Issues

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

About

A base Docker image for Elixir Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published