Sign inSign up

mikewright/erlang-dev

By mikewright

Updated over 10 years ago

Erlang development environment with associated vim setup and plugins

Image
0

1.1K

mikewright/erlang-dev repository overview

Erlang Development Environment

This is a docker container that I use as my erlang development environment. This allows me to have a system fully catered towards erlang development (including vim as the ide).

Usage

To start up just the erl shell to try out erlang run this command

docker run -it mikewright/erlang-dev erl

If you are using this as your development environment just attach the volume with your source code to the container and you can start coding. This volume can be mapped anywhere, but the image is specifically setup to have the volume mounted at /src

docker run -it -v $PWD:/src mikewright/erlang-dev

Pieces

Based on a common dev image

Tag summary

Content type

Image

Digest

Size

699.4 MB

Last updated

over 10 years ago

docker pull mikewright/erlang-dev