Dockerize the Clarin-Curation Module. Many thanks to Davor Ostojić for hints on the module installation.
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
docker run clarincurate startcurate ...
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.