Skip to content

pablodz/miktex-docker-stable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

miktex-docker-stable

Docker Image to run tex files anywhere with miktex based on Ubuntu 20.04 and working on Linux/Windows/MacOS

Install

Pull

docker pull pablogod/miktex-safe

or build from source

docker build --tag pablogod/miktex-safe .

Create volume

docker volume create --name miktex

Run Docker

docker run --rm -ti \
  -v miktex:/miktex/.miktex \
  -v $(pwd):/miktex/work \
  -e MIKTEX_GID=$(id -g) \
  -e MIKTEX_UID=$(id -u) \
  pablogod/miktex-safe \
  pdflatex main.tex

About

Docker Image to run tex files anywhere with miktex

Resources

License

Stars

Watchers

Forks