This is a Docker image containing a pandoc installation which can make use of our TeX Live installation.
It was built specifically for rendering documents using the eisvogel LaTeX template.
The basis for this image was Thomas Weisse's work. Currently it uses the pandoc/ubuntu-latex image as a base to be up-to-date with pandoc.
docker run -v $(pwd):/doc/ -t -i --rm credmp/docker-pandoc \
introduction.org \
-o "org-introduction.pdf" \