Skip to content

linearregression/docker-erlang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Image packaging for Erlang

#What is it?

Docker container images that include Erlang/OTP. Rebar and Relx are not part of official Erlang distribution and each has its own release cycle. If you need those tools, you need to add those yourself.

The latest versions of Erlang/OTP are provided as tags. Also, some releases of erlang are bad releases. You need to consult the official release notes for details.

#What can I use it for?

Use it to try out the erlang shell, as an erlang development environment, or use it as a base image for your own erlang applications.

#Usage

Start a throwaway instance of the erlang shell

docker run -it --rm edwardt/docker-erlang

Run a container to use a development environment

docker run -it --name erlang-dev edwardt/docker-erlang /bin/bash

About

Docker Image packaging for Erlang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%