Debian Stretch with OpenJRE 8, Firefox and Java Plugin with Low Security
10K+
This is a Debian Stretch Container with installed Firefox, OpenJRE 8 and Java Applet.
Use this on Platforms where you don't want to install a JRE or need to use Java Applets and want to avoid using them directly.
The Security Settings of Icedtea Plugin set to LOW. So be careful and maybe only use this container when you trust the client. For example a Hardware Appliance or something similar.
It's based on DesktopContainers/base-debian
Since it is an X11 GUI software, usage is in two steps:
docker start jap || docker run -d --name jap \
-e 'WEB_URL=https://my-trusted-client/' desktopcontainers/java-applet-player
ssh -X (as many times you want).
Logging in with ssh automatically opens a firefox windowssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \
-X app@$(docker inspect --format '{{ .NetworkSettings.IPAddress }}' jap)
You can configure firefox and set bookmarks. As long as you don't remove the container and you reuse the same container, all your changes persist. You could also tag and push your configuration to a registry to backup (should be your own private registry for your privacy).
Content type
Image
Digest
Size
669.6 MB
Last updated
almost 9 years ago
docker pull desktopcontainers/java-applet-player