Skip to content

logicalsingular/java6ws_arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java 6 Web Start docker image for Apple MacBook arm chips

Docker image specially configured for access to Supermicro iKVM Console

How to setup:

Install X11 Quartz Winwows Manager: https://www.xquartz.org

Open xQuartz and run command: xhost + Output after this command should be like this:

"access control disabled, clients can connect from any host" Open xQuartz Settings: Tab Security -> set checkbox to Allow connection from network clients

BUILD Container: docker build --platform linux/amd64 -t java6ws:0.0.1 .

Usage:

RUN container: docker run -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=host.docker.internal:0 --platform linux/amd64 --name java6ws -d java6ws:0.0.1'

Video demonstration: Youtube link here

About

java web start docker image for MacBook arm chip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published