Skip to content

nscyclone/docker-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

docker-elixir

Docker pulls License

docker-elixir is a Docker image of the latest stable release of Elixir.

What is 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.

Usage

Use as a part of another Dockerfile:

FROM nscyclone/elixir

Use as an Elixir REPL:

Build:

From GitHub:
$ docker build github.com/nscyclone/docker-elixir -t elixir
Or from Docker Hub:
$ docker pull nscyclone/elixir

Run:

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

Issues

If you have any troubles using this image feel free to submit an issue.

About

A Docker image for the latest Elixir release.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published