Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhedev/yesod-docker
Docker image with yesod-1.4 installed from a stackage snapshot
https://github.com/jhedev/yesod-docker
Last synced: 7 days ago
JSON representation
Docker image with yesod-1.4 installed from a stackage snapshot
- Host: GitHub
- URL: https://github.com/jhedev/yesod-docker
- Owner: jhedev
- Created: 2014-11-02T17:11:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T07:53:44.000Z (over 9 years ago)
- Last Synced: 2024-11-05T09:51:23.479Z (about 2 months ago)
- Homepage:
- Size: 133 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](http://www.stackage.org/nightly-2015-06-02).)
To use the [nightly snapshot](http://www.stackage.org/nightly) run:
```
$ docker run -it -v `pwd`:/code jhedev/yesod-docker:nightly bash
```Same for the [lts](http://www.stackage.org/lts) one:
```
$ docker run -it -v `pwd`:/code jhedev/yesod-docker:lts bash
```