Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 281 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 281 Bytes

To build

    docker build -t elixir . 

to run with PWD linked to /src

    docker run -v $(pwd):/src  -i -t elixir  /bin/bash

Built on debian:jessie using instructions from Erlang Solutions