Based on https://github.com/blang/latex-docker
This container helps compiling latex sources without the need to install all latex packages on your system.
Pull image (from Docker Hub):
$ docker pull zapster/latexor build:
$ docker build -t zapster/latex .
$ cd path/to/latex/src
# start container
$ docker run --rm -it -v $(pwd):/data zapster/latex
# use latex in the shell
docker$ pdflatex example.tex
docker$ pdflatex example.tex