Sign inSign up

uphy/knime-cli

By uphy

Updated almost 9 years ago

KNIME CLI image. You can execute the KNIME workflows without GUI.

Image
2

985

uphy/knime-cli repository overview

KNIME Docker image

This is a project for Docker image of KNIME.
You can execute the existing KNIME workflow by this image.

How to use

Mount the workflow directory and optionally input/output directory.

Sample workflow in GitHub reads CSV file in /input and write the data to /output.

docker run --rm \
  -v "$(pwd)/sample/workflow:/workflow"
  -v "$(pwd)/sample/input:/input:ro"
  -v "$(pwd)/sample/output:/output"
  uphy/knime-cli:3.4.1

Tag summary

Content type

Image

Digest

Size

2.1 GB

Last updated

almost 9 years ago

docker pull uphy/knime-cli