Skip to content

anton-m-kashin/my-pandoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Custom Pandoc Dockerfile

Custom pandoc image, containing:

This image based on Debian 10 and is using Pandoc 2.7.3-1.

Usage

It's not defining entry point, so you should specify command by yourself.

For example:

$ ls
test.md
$ docker run \
    -it \
    --rm \
    -v `pwd`:"/documents" \
    my-pandoc \
    pandoc -o test.pdf test.md
$ ls
test.md         test.pdf

About

Custom pandoc docker image.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published