innodoc/innoconv
Converter for interactive educational content.
124
Converter for interactive educational content.
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 innodoc/innoconv