Sign inSign up

yen3/pandoc

By yen3

Updated about 7 years ago

A small-size pandoc docker image

Image
0

1.0K

yen3/pandoc repository overview

Pandoc docker image

  • It's a very small pandoc image (about 70Mb). You can pull it in quickly and use it.

Get the image

docker pull yen3/pandoc

Run pandoc with the image

  • The default work folder in container is /data

    docker run --rm -v $(pwd):/data yen3/pandoc -f markdown -t html README.md
    

Limitation

  • The docker image used the offical pandoc static binary, so you can not use lua filters. You can see Install pandoc in linux section to get more details.

Tag summary

Content type

Image

Digest

Size

14.8 MB

Last updated

about 7 years ago

docker pull yen3/pandoc