KNIME (latest/4.4.1) + Java 11 (1.8.0) OpenJDK + Maven 3.6 + Python 3.6 + PIP3 20 + npm 7 + node 16 + Gradle 6 + X11 (Desktop)
- KNIME over VNC/NoVNC (by openkbs/knime-vnc-docker) :
- Providing users to use KNIME on
any (literally)
HTML5 Web browser-capable computers, laptop, tablets, smartphone phones (iPhone etc.), or lab special devices/equipments with Web Browsers). - The KNIME-VNC-docker will be running remote in cloud cluster node.
- You can deploy KNIME Studio over Openshift, Kubernetes, or any container cluster platforms.
- Providing users to use KNIME on
- KNIME Platform latest (v 4.3.2) for Machine Learning & Big Data Analytics
- Ubuntu 18.04 LTS now as LTS Docker base image.
- Java openkbs/jdk-mvn-py3 - see README.md
- Base Container Image: openkbs/jdk-mvn-py3
- Base Container Image: openkbs/jdk-mvn-py3-x11
- Base Components: OpenJDK, Python 3, PIP, Node/NPM, Gradle, Maven, etc.
NOTICE: Due to docker.hub.io not allowing free hosting anymore, you have to make your local build including the parent images:
You can build your own image locally.
./build.sh
Image is pulled from openksb/knime-docker
./run.sh
- The "./run.sh" will create and map the container's data and workspace directories to the host's directory as below (unless you change ./.env configuration).
- You can copy source data or projects/workflow to these two directory and the KNIME Studio inside the container will have direct access to the files you just copy.
$HOME/data-docker/knime-docker
├── data
└── workspace
└── Example Workflows
├── Basic Examples
├── Customer Intelligence
├── Retail
├── Social Media
├── TheData
└── workflowset.meta
And, "docker-compose" will use the current git project directory's "./workspace" to map the container's /home/developer/workspace:
./.eclipse
./workspace
Note: You can copy your KNIME workflow project in and out the workspaces and it is directly mapped into the container's /home/developer/workspace.
- openkbs/atom-docker
- openkbs/eclipse-oxygen-docker
- openkbs/eclipse-photon-docker
- openkbs/eclipse-photon-vnc-docker
- openkbs/intellj-docker
- openkbs/intellj-vnc-docker
- openkbs/knime-vnc-docker (VNC/NoVNC)
- openkbs/knime-docker (X11/Desktop)
- openkbs/netbeans10-docker
- openkbs/netbeans
- openkbs/papyrus-sysml-docker
- openkbs/pycharm-docker
- openkbs/rapidminer-docker
- openkbs/scala-ide-docker
- openkbs/sublime-docker
- openkbs/webstorm-docker
- openkbs/webstorm-vnc-docker
More resource in X11 display of Eclipse on your host machine's OS, please see
- X11 Display problem
- X11 Display with Xhost
- You might see the warning message in the launching xterm console like below, you can just ignore it. I googles around and some blogs just suggested to ignore since the IDE still functional ok.