Java 1.7 and Iced tea to run JNLP files in secure isolation
153
The below is an example of the run file to execute this
#!/usr/bin/env bash
# Use case have the jnlp in your Downloads folder
xhost +local:
docker run -ti --rm -e DISPLAY=$DISPLAY
-v /tmp/.X11-unix/:/tmp/.X11-unix/
-v ~/Downloads/:/jnlp
dave1020/javaweb "$@"
Content type
Image
Digest
Size
222.6 MB
Last updated
over 6 years ago
docker pull dave1020/javaweb