Skip to content

ecolabardini/docker-erlang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-erlang

This is a base Docker image for Erlang projects.

What is Erlang

Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. Some of its uses are in telecoms, banking, e-commerce, computer telephony and instant messaging. Erlang's runtime system has built-in support for concurrency, distribution and fault tolerance.

Please see the Erlang website or the Erlang Quick Start.

What is OTP

OTP is set of Erlang libraries and design principles providing middle-ware to develop these systems. It includes its own distributed database, applications to interface towards other languages, debugging and release handling tools.

Please see the OTP Quickstart.

How to Use this Image

Run as an interactive shell

  $ docker run -it ecolabardini/erlang /bin/bash
  $ erl

Create a Dockerfile in your Project

  FROM ecolabardini/erlang

Issues & Contribution Info

Please contact me if you have any ideas, suggestions or, even better, you want to collaborate.

License

Erlang is distributed under the Erlang Public License.

This repository is licensed under the Apache License, Version 2.0.

About

Base docker image for Erlang projects

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%