The Docker image miktex relies on Debian Trixie (Slim) and contains a miktex installation. It allows you to build your LaTex sources in a docker container without the need to install miktex on your machine.
See the GitHub repository for more information.
The following tools are installed:
Run the following command:
$ docker run --rm -it -v $(pwd):/data mfisherman/miktex /bin/sh
It will automatically download the docker image to your system and run it.
The argument -it allows you to run the container in interactive mode and will open a shell.
Further, the command mounts the directory, from where you run the command above, into the folder /dataof the container.
That way you can use your favorite editor to write your LaTex and compile it in the container.
The image is built only for the Linux AMD64 architecture since MikeTex does not support other architectures such as ARM - see the according issue on Github. The available operating systems and architectures are:
Content type
Image
Digest
sha256:f3982829a…
Size
343 MB
Last updated
4 months ago
docker pull mfisherman/miktex