Docker container for the binary distribution of Pandoc.
Forked from jagregory/pandoc
docker run jprjr/pandoc
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 --rm -v $(pwd):/source jprjr/pandoc -f markdown -t html5 myfile.md -o myfile.html
Content type
Image
Digest
Size
27.6 MB
Last updated
about 8 years ago
docker pull jprjr/pandoc