A docker image for running the latest version of Pandoc built from source.
A /source
directory is created in the container, which can be mapped for use with relative file paths. Pandoc will always be run from the /source
directory in the container.
docker run -v $(pwd):/source andreaskoch/pandoc <... options ...>