Skip to content

Docker image with yesod-1.4 installed from a stackage snapshot

Notifications You must be signed in to change notification settings

jhedev/yesod-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

yesod-docker

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

About

Docker image with yesod-1.4 installed from a stackage snapshot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published