Small TeX Live image on Ubuntu base, intended for automated build on CI tool. A Japanese language specific fork of nolze/docker-ubuntu-texlive-basic.
docker pull nolze/ubuntu-texlive-ja
docker run --rm -it -v $PWD:/workdir nolze/ubuntu-texlive-ja
latexmk
See also nolze/docker-ubuntu-texlive-basic.
docker build -t nolze/ubuntu-texlive-ja .