Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 441 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 441 Bytes

This is the Docker file for KNIME Business Hub Geospatial Extensions

Build the Docker image

To build the Docker image, run the following command in the directory where the Dockerfile is located:

docker build -t knime/knime-business-hub-geospatial-extensions .

Push the Docker image

To push the Docker image to the Docker Hub, run the following command:

docker push knime/knime-business-hub-geospatial-extensions