An experimental demo configuration of OpenRefine. The objective of the demo is to run OpenRefine as a Workspace tool running in the Kubernetes back end used for Shiny & other Workspace tools.
Build the image:
docker build . -t openrefine:0.6
For some 0.6
tag of you want to use
Run the image, mounting local folder and mapping local to container ports:
mkdir -p ./data
docker run -it -p 8080:8080\
--volume ./data:/home/workspace\
openrefine:0.6
- The seed Dockerfile came from https://github.com/opencultureconsulting/openrefine-docker/blob/master/3.4/Dockerfile