a docker image for a debian testing the DOCOMPILER deployed
530
An image based on binfalse/d-java8-texlive-full:1.0. This image has a Java 8 runtime environment (Debian's openjdk-8-jre) and the full texlive distribution (Debian's texlive-full) installed.
In addition, the DOCOMPILER tool is deployed. The image defines an entry point to immediately run the Document Object compiler. Given a Document Object in /tmp/myproject/do.zip you can obtain the PDF by calling:
docker run --rm -v /tmp/myproject:/job binfalse/docompiler:1.0 /job/do.zip
You'll find the resulting PDF and the pdflatex output in /tmp/myproject/.
Read more about the docompiler tool.
Content type
Image
Digest
sha256:ae1b1efb7…
Size
3 GB
Last updated
about 5 years ago
docker pull binfalse/docompiler:1.0