Simple container to run pdflatex.
708
Based on metagrid/notroot-fedora.
To run the container :
docker run -it \
-e "useruid=$(id -u)" \
-v "${document}:/var/local/texdata" \
astrotrop/pdflatex
To build the document :
pushd /var/local/texdata
bibtex document
pdflatex document
Content type
Image
Digest
sha256:5f55b7eea…
Size
598.8 MB
Last updated
almost 11 years ago
docker pull astrotrop/pdflatex