Sign inSign up

ciandt/docker-alpine-pandoc

By ciandt

Updated about 8 years ago

Docker image of pandoc with texlive from alpine image,

Image
0

4.2K

ciandt/docker-alpine-pandoc repository overview

Docker image of pandoc on alpine

The smallest image available on August 2018 to compile pdf from markdown with pandoc.

How to use it

export suffix_file=local
export pdf_args="-V geometry:margin=1.2cm -V urlcolor=blue -V linkcolor=black --number-sections -T='%' --table-of-contents -s --toc-depth=3 --highlight-style=espresso"
docker run -v $(pwd):/code -w /code ciandt/docker-alpine-pandoc:2.2.3.2 pandoc README.md -o README-${suffix_file}.pdf ${pdf_args}

Tag summary

Content type

Image

Digest

Size

114.8 MB

Last updated

about 8 years ago

docker pull ciandt/docker-alpine-pandoc