Skip to content

Docker image that runs an old Firefox web browser with an outdated Java plugin

License

Notifications You must be signed in to change notification settings

haoquanwang/docker-firefox-java7-vnc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

docker-firefox-java7-vnc

Docker container that runs an old Firefox web browser with an outdated Java plugin (1.7) and offers access to it through VNC. It can be used to support old Java code, typically found in legacy web management interfaces.

It's built on Debian Jessie. The Java support is based on OpenJDK 7 and the IcedTea plugin.

How to build this docker image locally

Before you build, I will encourage you to change the default password on the Dockerfile for obvious reasons.

$ docker build -t haoquanwang:firefox-java7-vnc  docker-firefox-java7-vnc

How to start a container

$ docker run -d --rm -p 5900:5900 --name haoquan-firefox-java7-vnc haoquanwang:firefox-java7-vnc

Now you can access Firefox with any VNC client opening localhost on standard port 5900.

About

Docker image that runs an old Firefox web browser with an outdated Java plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%