https://github.com/ocsigen/docker-ocsigen
A base Docker image for Ocsigen (with opam, eliom, js_of_ocaml and ocsigenserver installed)
https://github.com/ocsigen/docker-ocsigen
Last synced: 6 months ago
JSON representation
A base Docker image for Ocsigen (with opam, eliom, js_of_ocaml and ocsigenserver installed)
- Host: GitHub
- URL: https://github.com/ocsigen/docker-ocsigen
- Owner: ocsigen
- Created: 2014-07-17T13:48:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T11:21:04.000Z (over 11 years ago)
- Last Synced: 2024-03-26T00:11:37.598Z (over 1 year ago)
- Language: Shell
- Size: 148 KB
- Stars: 1
- Watchers: 21
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Docker-Ocsigen
==============
This repository provides sources for a simple Ocsigen base image to use with Docker.
This repository is used to build the *ocsigen/ocsigen* image available on Docker's hub, listed on our [Docker profile](https://registry.hub.docker.com/repos/ocsigen/).
You can also use it to build your own base image by simply pulling this repository and typing `docker build -t ocsigen .` at its root.
Thanks to @avsm for the initial basis for this Dockerfile and the opamsudo helper.