Docker for Tex Live (based on phusion/baseimage). Currently Tex Live 2021. This Dockerfile download and install the latest Tex Live archive available
This is not a full texlive distribution. This is based on "scheme-medium" profile with the following collections added:
To get the docker : docker pull briffou/texlive
docker run --rm -v $(pwd):/data briffou/texlive pdflatex file.tex docker run --rm -v $(pwd):/data briffou/texlive latexmk file.tex
docker run --rm -it -v $(pwd):/data briffou/texlive
then
pdflatex file.tex