Personal docker container hosting a basic texlive setup for cvs, letters and other simple stuff.
3.9K
To use the container you need to supply a volume containing the source material using the -v option. You also need to define the file to compile by passing the filename (no folder!) inside an environment variable name TEX_FILE.
Example:
docker run --rm -e TEX_FILE=cv.tex -v /home/b0wter/documents/cv:/mnt/input -it b0wter/texdocker
Content type
Image
Digest
Size
712.8 MB
Last updated
almost 5 years ago
docker pull b0wter/texdocker