KNIME CLI image. You can execute the KNIME workflows without GUI.
985
This is a project for Docker image of KNIME.
You can execute the existing KNIME workflow by this image.
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
Content type
Image
Digest
Size
2.1 GB
Last updated
almost 9 years ago
docker pull uphy/knime-cli