innodoc/innoconv

Sponsored OSS

By TU Berlin

Updated about 4 years ago

Converter for interactive educational content.

Image
Content Management System
Integration & Delivery

124

innoConv

Converter for interactive educational content.

Usage

The Docker image has all dependencies bundled and works out-of-the-box. Using the image like this allows you to call innoconv inside a container.

$ docker run \
  -v $(pwd)/innoconv_output:/output \
  -v $(pwd)/tub_base:/content:ro \
  -u `id -u $USER` \
  innodoc/innoconv \
  --force --output-dir /output /content

Docker Pull Command

docker pull innodoc/innoconv