Sign inSign up

rubyisbeautiful/elm-docker

By rubyisbeautiful

Updated 25 days ago

simple base Elm image

Image
0

1.8K

rubyisbeautiful/elm-docker repository overview

Simple Elm base image

Simple

See: https://elm-lang.org.org

How to use this image

run repl directly:

$ docker build -t myelm .
$ docker run -it --rm myelm elm-repl

run reactor directly on default port:

$ docker build -t myelm .
$ docker run -it --rm myelm elm-reactor

run reactor directly on another port:

$ docker build -t myelm --build-arg ELM_PORT=9000 .
$ docker run -it --rm myelm elm-reactor -p 9000

Tag summary

Content type

Image

Digest

Size

270.5 MB

Last updated

over 5 years ago

docker pull rubyisbeautiful/elm-docker