Skip to content

Ubuntu 16.04 based Docker image for markdown-pdf conversion

License

Notifications You must be signed in to change notification settings

pandocker/pandocker-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pandocker-base

Yet another Ubuntu 16.04 based Docker image for markdown-html conversion; base image

latest branch includes LaTeX environment notex does not include LaTeX environment

docker run --rm -it -v /$PWD:/workspace k4zuki/pandocker-base:latest
  • example Dockerfile
FROM k4zuki/pandocker-base

ENV PANDOC_MISC_VERSION pandocker-0.0.1

WORKDIR /var

RUN git clone --recursive --depth=1 -b pandocker-0.0.1 https://github.com/K4zuki/pandoc_misc.git

WORKDIR /workspace

VOLUME ["/workspace"]

CMD ["bash"]

About

Ubuntu 16.04 based Docker image for markdown-pdf conversion

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published