- Docker image including relatively minimal TeX Live packages.
- Add some packages to arcatdmz/texlive to be useful for mathematical scientists who use Japanese and English.
$ docker build -t zalgo3/texlive .$ docker pull zalgo3/texlive:main$ docker container run -v $(pwd):/texsrc -it --rm zalgo3/texlive platex foo.tex$ docker container run -v $(pwd):/texsrc -it --rm zalgo3/texlive latexmk -pvc foo.tex