openkbs/knime-vnc-docker
KNIME Analytics Platform in Docker with VNC for Kubernetes, Openshift Container Cloud Platforms
50K+
Please consider to donate what you can to help UNICEF, WHO, and Red Cross if you like what we provide to you for free. Thanks so much!
World Health Organization (WHO) COVID-19 Solidarity Response Fund
Help UNICEF’s COVID-19 Response
Help Red Cross
KNIME Analytics Platform with VNC/noVNC for Container Cluster Platforms (Openshift, Kubernetes, etc.)
Image is pulled from openkbs/knime-vnc-docker
./run.sh
Once it is up, the default password is "vncpassword" to access with your web browser:
http://<ip_address>:6901/vnc.html,
e.g.
=> Standalone Docker: http://localhost:6901/vnc.html
=> Openshift Container Platform: http://<route-from-openshift>/vnc.html
=> Kubernetes Container Platform: (similar to the Openshift above!)
The following VNC environment variables can be overwritten at the docker run phase to customize your desktop environment inside the container. You can change those variables using configurations CLI or Web-GUI with OpenShift, Kubernetes, DC/OS, etc.
VNC_COL_DEPTH, default is 24 , e.g., change to 16,
-e VNC_COL_DEPTH=16
VNC_RESOLUTION, default: 1920x1080 , e.g., change to 1024x800
-e VNC_RESOLUTION=1280x1024
VNC_PW, default: vncpassword , e.g., change to MySpecial!(Password%)
-e VNC_PW=MySpecial!(Password%)
Two ways to change Screen resolutions as below:
#VNC_RESOLUTION="1280x1024"
VNC_RESOLUTION="1920x1280"
Set up, say, VNC_RESOLUTION with value 1920x1280
You can build your own image locally.
./build.sh
WARNING: Aries Blueprint packages not available. So namespaces will not be registered
java.lang.NoClassDefFoundError: org/apache/aries/blueprint/NamespaceHandler
docker pull openkbs/knime-vnc-docker