Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Docker continer for java9 notebook

This is a proof of concept of docker container for java9 notebook.

It is not production ready. Although it is fully functional by the time this file is written

It just brings a lot of not relevant stuff inherited from "jupyter/base-notebook".

Make sure to use build-image script in order to create docker image.

"docker build" will fail because of the relative path to javakernel folder

To build docker image

First Download a kulla.jar

Rename it to kulla.jar and place it in the root of this project. The last tested jar was. kulla--20160821005845.jar

from docker directory run

sudo ./build-image

and to re-create docker container listening on port 18888

sudo ./recreate-container