Sign inSign up

kyledinh/elm

By kyledinh

•Updated almost 8 years ago

Elm 19.0 installed on Ubuntu with Node 10

Image
0

1.6K

kyledinh/elm repository overview

⁠kyledinh/elm:latest is the Elm 19 build
⁠Run the Elm REPL

docker run -it kyledinh/elm elm repl

⁠Run Elm container with bind-mount for current working directory

docker run -it -v ${PWD}:/usr/src/app -p 8000:8000 kyledinh/elm bash port :8000 for use with elm reactor

⁠kyledinh/elm:18

This is the Elm 18 build with

  • elm, elm-make, elm-package, elm-repl, elm-reactor

Tag summary

Content type

Image

Digest

Size

305.3 MB

Last updated

almost 8 years ago

docker pull kyledinh/elm