https://github.com/noteed/docker-halcyon
Docker images with Haclyon and pre-installed GHCs
https://github.com/noteed/docker-halcyon
Last synced: 5 months ago
JSON representation
Docker images with Haclyon and pre-installed GHCs
- Host: GitHub
- URL: https://github.com/noteed/docker-halcyon
- Owner: noteed
- Created: 2015-02-23T18:03:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T18:03:44.000Z (over 11 years ago)
- Last Synced: 2025-01-19T06:11:40.743Z (over 1 year ago)
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker images with Haclyon and pre-installed GHCs.
To build, use something similar to:
> docker build -t noteed/ghc-7-4-2 ghc-7-4-2
> docker build -t noteed/ghc-7-6-3 ghc-7-6-3
> docker build -t noteed/ghc-7-8-4 ghc-7-8-4
Typical usage looks like:
> docker run -t -i -v /local/path/to/project:/source noteed/ghc-7-8-4 bash
# /app/halcyon/halcyon install /source