Skip to content

uphy/knime-cli-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published