Skip to content

Files

Latest commit

34ed6df · Oct 11, 2017

History

History
This branch is 17 commits behind b9org/b9:master.

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
Oct 11, 2017
This is the dockerfile to create a ready to run dev image for Base9
The image pulls and compiles the base OMR and Base9 source code

This is useful for running courses on using OMR or trying out example code.

To build it, run the build command in the shell script called build (sh build) 
or the docker command directly (docker build -t b9docker .).

run the docker image with "docker run -it b9docker"

If you want the initialization to run anything special, instructions, samples you can change the "go" file