All Projects → DrSnowbird → knime-docker

DrSnowbird / knime-docker

Licence: Apache-2.0 license
KNIME Analytics Platform & SDK with Docker Container in X11 desktop

Programming Languages

shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to knime-docker

docker-ros-x11
A docker environment with ROS, Gazebo, X11 and Tensorflow
Stars: ✭ 29 (+52.63%)
Mutual labels:  docker-container, x11
dockermutillidae
Docker container for OWASP Mutillidae II Web Pen-Test Practice Application
Stars: ✭ 64 (+236.84%)
Mutual labels:  docker-container
onionize-docker
Tor v3 onion services (hidden services) for Docker containers
Stars: ✭ 61 (+221.05%)
Mutual labels:  docker-container
docker-phpdev
Easy to use php docker development environment setup with vhost/multi version support
Stars: ✭ 75 (+294.74%)
Mutual labels:  docker-container
campaign-manager
The Camapign Management UI for RTB4Free, the open source bidder / DSP.
Stars: ✭ 24 (+26.32%)
Mutual labels:  docker-container
knime-r
KNIME Interactive R Statistics Integration
Stars: ✭ 18 (-5.26%)
Mutual labels:  knime
xen-orchestra-docker
Xen Orchestra in a docker container
Stars: ✭ 53 (+178.95%)
Mutual labels:  docker-container
techno-broadlink
A Docker container for BroadLink devices with a REST API and React UI
Stars: ✭ 57 (+200%)
Mutual labels:  docker-container
shapebar
A simple bar based on Lemonbar.
Stars: ✭ 16 (-15.79%)
Mutual labels:  x11
essex
Essex - Boilerplate for Docker Based Projects
Stars: ✭ 32 (+68.42%)
Mutual labels:  docker-container
x11-fractional-display-scaling
Script and instructions to get fractional display scaling working nicely on Linux distros that use X11
Stars: ✭ 52 (+173.68%)
Mutual labels:  x11
EA-Tester
🐳📈 Headless Forex backtesting for MetaTrader platform using Docker
Stars: ✭ 77 (+305.26%)
Mutual labels:  docker-container
hot-reload
Hot reload development for Go
Stars: ✭ 72 (+278.95%)
Mutual labels:  docker-container
raspap-docker
A community-led docker container for RaspAP
Stars: ✭ 45 (+136.84%)
Mutual labels:  docker-container
graphsense-dashboard
A web dashboard for interactive cryptocurrency analysis.
Stars: ✭ 84 (+342.11%)
Mutual labels:  docker-container
inputplug
XInput event monitor daemon
Stars: ✭ 26 (+36.84%)
Mutual labels:  x11
keyd
A key remapping daemon for linux.
Stars: ✭ 687 (+3515.79%)
Mutual labels:  x11
dotfiles
🏡 Personal dotfiles configuration
Stars: ✭ 73 (+284.21%)
Mutual labels:  x11
Hypr
Hypr is a tiling window manager written in modern C++.
Stars: ✭ 659 (+3368.42%)
Mutual labels:  x11
dockervel
Laravel development environment in Docker containers
Stars: ✭ 30 (+57.89%)
Mutual labels:  docker-container

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)

(See also) Web-Browser-based (VNC/NoVNC) KNIME Docker:

  • 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.

Join, Share, and Support the Community:

Components:

NOTICE: Due to docker.hub.io not allowing free hosting anymore, you have to make your local build including the parent images:

Build

You can build your own image locally.

./build.sh

Run (recommended for easy-start)

Image is pulled from openksb/knime-docker

./run.sh

Where are workspace and data?

  • 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.

References

See also VNC/noVNC docker-based IDE or Analytics Platform

See Also - docker-based IDE

Display X11 Issue

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.

Releases information

See Release information

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].