Docker images with yesod
, yesod-bin
and yesod-static
preinstalled from a stackage snapshot.
To use as development environment run:
$ docker run -it -v `pwd`:/code jhedev/yesod-docker bash
(The latest
version currently uses a nightly stackage snapshot from 2015-06-02.)
To use the nightly snapshot run:
$ docker run -it -v `pwd`:/code jhedev/yesod-docker:nightly bash
Same for the lts one:
$ docker run -it -v `pwd`:/code jhedev/yesod-docker:lts bash