Erlang/OTP for Docker
Go to file
Correl Roush c5cac618b2 Merge pull request #2 from artburkart/artburkart-patch-1
Update README.md
2015-06-25 01:19:47 -04:00
17 Update relx to v1.2.0 2015-04-16 14:27:39 -04:00
R15 Update relx to v1.2.0 2015-04-16 14:27:39 -04:00
R16 Update relx to v1.2.0 2015-04-16 14:27:39 -04:00
LICENSE Initial commit 2014-10-17 01:38:59 -04:00
README.md Update README.md 2015-06-24 22:57:43 -04:00
build.sh Add build script 2014-12-12 10:30:56 -05:00
update.sh Build pinned versions for 17, R16 and R15 2014-10-17 03:26:42 -04:00

README.md

docker-erlang

Dockerized erlang environments

What is it?

Docker container images that include Erlang/OTP, along with the rebar and relx build and release tools.

The latest versions of Erlang/OTP R15, R16 and 17 are provided as tags.

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 correl/erlang:17
    
  • Run a container to use a development environment

    docker run -it --name erlang-dev correl/erlang:17 /bin/bash