A VNC enabled Docker Container to run the Firefox browser with an older Java JRE.
1.1K
A VNC enabled Docker Container to run the Firefox browser with an older Java JRE.
To access older Web-Interfaces, e.g. IPMI Interface of older Supermicro Motherboards.
Start the Docker Container
docker run --rm -e IMPORT_GITHUB_PUB_KEYS=remuslazar \
-p 5900:5900 -p 1122:22 remuslazar/java-browser-vnc
ssh -p1122 alpine$(docker-machine ip $DOCKER_MACHINE_NAME)
Then, inside the container
firefox
apk --no-cache add chromium
chromium-browser --no-sandbox
To run the Java Web Start files (*.jnlp) you can use the javaws binary, which
is available in $PATH, e.g. using:
javaws ~/Downloads/launch.jnlp
docker build -t remuslazar/java-browser-vnc .
Remus Lazar
Content type
Image
Digest
Size
191.9 MB
Last updated
almost 8 years ago
docker pull remuslazar/java-browser-vnc