• Stars
    star
    13
  • Rank 1,462,979 (Top 30 %)
  • Language
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Docker Image for Erlang

Basic Docker Container Images for Erlang/OTP

Docker Repository on Quay Docker Repository on Docker Hub

This repository does provide some Docker container images that include Erlang/OTP, along with the rebar and relx build and release tools.

The image file for the different Erlang/OTP versions can be found within the subdirectories and are available through tags on the Docker Hub.

Latest Tools Version
Base image phusion/baseimage:0.9.22
Erlang/OTP 20.1
rebar 2.6.4
rebar3 3.4.7
relx v3.24.3

Usage

Start a throw-away instance

docker run -it --rm synlay/erlang /bin/bash

Run a container to use as a development environment

docker run -it --name erlang-app synlay/erlang /bin/bash