Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 627 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 627 Bytes

One-Off Coder Logo

Purpose

This docker container is meant to be used for learning purpose for programming in Java 12.

Docker

To run the container.

docker run -it \
    -p 8888:8888 \
    -v $HOME/git/docker-containers/java-jupyter/ubuntu/root/ipynb:/root/ipynb \
    -v $HOME/git/docker-containers/java-jupyter/ubuntu/root/libs:/root/libs \
    java-jupyter:local

Then point your browser to http://localhost:8888. Jupyter Lab should show up and you can start a Java kernel.

Docker Hub

Image