Short Description
Simple wetty (web-based tty) JShell (Java 9) image for fast and quick java-prototyping.
Full Description
Find the source here: https://github.com/kai-wegner/jshell - Dockerfile
Start this container - start your browser - goto http://localhost:8080 - enjoy the power of JShell
This container is based on wetty (web-based tty) and the official jdk-9 image brining the joy of JShell into your browser. No need to have anythink locally installed - prototype your JDK 9 features in seconds and remote.
Login with password: shell
Happy coding!
docker run -P kawe/jshell
Docker Pull Command
Owner
kawe