prasannjeet / ocaml-opam-docker-image

Simple docker image that contains OCAML AND OPAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker image for opam-ocaml

Build the image via:

docker build -t opam-ocaml .

After the image is built, run the container via

docker-compose up

To run the commands, enter the shell via

docker exec -it opam-ocaml /bin/bash

About

Simple docker image that contains OCAML AND OPAM


Languages

Language:Dockerfile 100.0%