Skip to content
Snippets Groups Projects
Verified Commit 2a0e78ca authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

Add hub.docker.com info

parent 4edd98b5
Branches main
No related tags found
No related merge requests found
# Dockerfile for TeX Live 2019/2020
This is a Dockerfile/Earthly repository of FULL TeX Live installation (but without src/doc/...).
This is a Dockerfile/Earthly repository of FULL TeX Live installation (but
without src/doc/...).
# Usage
The main repository is:
- https://gitlab.inf.unibz.it/commul/docker/tools/texlive/
## With `docker`
The main (internal) container registry is:
- https://gitlab.inf.unibz.it/commul/docker/tools/texlive/container_registry
The (additional) external container registry is:
- https://hub.docker.com/r/commul/texlive
## Usage
### With `docker`
The working directory inside the container is **/docs** and the variable
**$PWD** contains the path of the current directory.
......@@ -17,7 +28,7 @@ docker run \
pdflatex somedoc.tex
```
## With `docker-compose`
### With `docker-compose`
The `docker-compose.yml` file defines a service `texlive` which can be used as follows:
```bash
......@@ -30,7 +41,7 @@ The `docker-compose.yml` file defines a service `texlive-version` which can be u
pdfTeX 3.14159265-2.6-1.40.20 (TeX Live 2019)
```
## With `docker-compose` and `PATH`
### With `docker-compose` and `PATH`
With the `$(pwd)/bin` directory added to the `PATH` environment:
```bash
......@@ -42,7 +53,7 @@ TEXLIVE_VERSION=2019 pdflatex --version
```
# Build & update Docker images
## Build & update Docker images
```bash
# Clone git repository
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment