zeichenkette / clarincuration-docker

Dockerize the Clarin-Curation Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clarincuration-docker

Dockerize the Clarin-Curation Module. Many thanks to Davor Ostojić for hints on the module installation.

Build the image

To create the dockerimage run

docker build -t clarincurate https://github.com/fkuhn/clarincuration-docker.git

which will generate an image named clarincurate.

Since clarin-curation-module is in active development, you should consider regular updates. You can force docker to ignore its cache when building the curation image again:

docker build --no-cache=true -t clarincurate https://github.com/fkuhn/clarincuration-docker.git

Usage

docker run clarincurate startcurate ...

Run container interactively

Run the image as container in interactive mode with

docker run -i -t clarincurate /bin/bash

Entrypoint is /opt/clarin-curation-module/curation-module-core/target.

About

Dockerize the Clarin-Curation Module

License:MIT License