All the tools in the https://github.com/evancz/elm-platform repository are containerized here, to be used "docker style".
The workdir is set to /app, so if you want to use the reactor mount there your application root. The main entry point is elm so you can start everything from there. For example:
compile the project
docker run -ti matteosister/elm make
launch the elm repl
docker run -ti matteosister/elm repl
launch the reactor
docker run -p 9999:8000 -v $PWD:/app -ti matteosister/elm reactor
and open localhost:9999/Whatever.elm?debug
Content type
Image
Digest
sha256:bdfd9c253…
Size
330.1 MB
Last updated
almost 11 years ago
docker pull matteosister/elm