Docker Hub: wshito/alpine-texlive-ja-extra
Docker image by adding make
on top of paperist/alpine-texlive-ja.
make
command- texlive-ja
- Alpine Linux
$ docker pull wshito/alpine-texlive-ja-extra
The below will mount the current directory on /workdir
in the container.
$ docker run --rm -it -v $PWD:/workdir wshito/alpine-texlive-ja-extra
If you are using Windows $PWD
may not work. In that case the below will mount the home directory on /workdir
.
$ docker run -it -v ~:/workdir wshito/alpine-texlive-ja-extra