A docker container with Jupyter Lab to learn Java 12.
371
Learn Java 12 using Jupyter Lab with this docker container.
To start 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 \
oneoffcoder/java-jupyter
The point your browser to http://localhost:8888.
The source is available on GitHub.
Content type
Image
Digest
Size
2.3 GB
Last updated
almost 7 years ago
docker pull oneoffcoder/java-jupyter