docker-erlang icon indicating copy to clipboard operation
docker-erlang copied to clipboard

Docker Image packaging for Erlang

docker-erlang

Docker Image packaging for Erlang

#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 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 unbalancedparentheses/erlang

Run a container to use a development environment

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