Elm 19.0 installed on Ubuntu with Node 10
1.6K
docker run -it kyledinh/elm elm repl
docker run -it -v ${PWD}:/usr/src/app -p 8000:8000 kyledinh/elm bash
port :8000 for use with elm reactor
This is the Elm 18 build with
Content type
Image
Digest
Size
305.3 MB
Last updated
almost 8 years ago
docker pull kyledinh/elm