Erlang development environment with associated vim setup and plugins
1.1K
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).
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
Based on a common dev image
Content type
Image
Digest
Size
699.4 MB
Last updated
over 10 years ago
docker pull mikewright/erlang-dev