Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TeX Live
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
commul
docker
Tools
TeX Live
Commits
2a0e78ca
Verified
Commit
2a0e78ca
authored
4 years ago
by
egon w. stemle
Browse files
Options
Downloads
Patches
Plain Diff
Add hub.docker.com info
parent
4edd98b5
Branches
main
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+17
-6
17 additions, 6 deletions
README.md
with
17 additions
and
6 deletions
README.md
+
17
−
6
View file @
2a0e78ca
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment