docker run --rm harshjv/texlive-2015 ls -lah /opt/texbin/
tex documentsDockerfileFROM harshjv/texlive-2015
RUN tlmgr update --all
docker build -t texlive .
tex documentsUse
harshjv/texlive-2015instead oftexliveif skipped optional step above
docker run --rm -it -v $(pwd):/var/texlive texlive pdflatex document.tex
or
docker run --rm -it -v $(pwd):/var/texlive texlive xelatex document.tex
or see available tex commands
docker run --rm -it -v $(pwd):/var/texlive texlive ls -lah /opt/texbin/
Content type
Image
Digest
sha256:49b8956aa…
Size
2.5 GB
Last updated
over 10 years ago
docker pull harshjv/texlive-2015