From a11cb34f08a5d3c6ff12c66bf6cee9dfa4f63385 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sun, 13 Mar 2022 20:27:25 +0100 Subject: [PATCH] Add list of awesome Docker Images --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 59257a4..16613e0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ - [Awesome LaTeX [![awesome]](https://github.com/sindresorhus/awesome) ![License: CC BY-SA 4.0](LICENSE.md)](#awesome-latex-awesome-) - [Contents](#contents) - [Distributions](#distributions) + - [Docker Images](#docker-images) - [Engines](#engines) - [LaTeX formulas on the web](#latex-formulas-on-the-web) - [Editors](#editors) @@ -55,6 +56,14 @@ Guides how to learn LaTeX - [TeX Live](https://www.tug.org/texlive/) - Most common LaTeX distribution for Unix-like operating systems, including GNU/Linux. Also works on Windows. ![linux] ![windows] - [MikTeX](https://miktex.org) - Most common LaTeX distribution for Windows, but also available for Mac, Linux or as Docker image. ![linux] ![windows] ![mac] ![foss] +## Docker Images + +When one aims for a ready-to-run LaTeX environment without installing, Docker images might be the choice. + +- [reitzig/texlive-docker](https://github.com/reitzig/texlive-docker) - minimal TeXLive system with package installation possibility +- [Island of TeX/texlive](https://gitlab.com/islandoftex/images/texlive) - debian-based full TeXLive system +- [dante-ev/docker-texlive](https://github.com/dante-ev/docker-texlive) - debian-based full TeXLive system with addtions with pandoc, perl, and python pre-installed + ## Engines - [pdfTeX](https://www.tug.org/applications/pdftex/) - TeX compiler that produces PDF files immediately instead of DVI files (nowadays, this is the standard compiler for many users). ![foss]