Repo to make the evil happen
Find a file
2022-08-20 23:13:19 +02:00
deployment.yaml Update notes, add privileged flag for kubernetes 2022-08-20 23:13:19 +02:00
Dockerfile Update to Ubuntu 16.04 / version 0.0.2 2022-08-20 18:19:14 +02:00
README.md Update notes, add privileged flag for kubernetes 2022-08-20 23:13:19 +02:00

Firefox + VNC + Java

This image allows you to run an ancient firefox with Java. It is exposed via VNC on port 5900.

Usage

Start the container:

docker run -p 5900:5900 -ti ungleich/firefox-java-vnc:latest

Use VNC to connect to it:

vncviewer localhost

(replace localhost with wherever you have the container running)

Maintainer note

Building & pushing:

docker build -t ungleich/firefox-java-vnc .
docker push ungleich/firefox-java-vnc

Changelog

0.0.2

  • Switched to Ubuntu 16.04 as the base image
  • Added kubernetes sample deployment
  • Does not work with iDRAC 6

0.0.1

  • Initial release based on Ubuntu 14.04
  • Works with iDRAC 6

Credit

Based on the following repos/work: