Update docker instructions
This commit is contained in:
parent
0ed875d937
commit
27819965ea
4 changed files with 6 additions and 17 deletions
|
@ -1,6 +1,10 @@
|
|||
# Docker setup for LaTeX
|
||||
|
||||
To use the docker setup create the container using Docker Compose.
|
||||
LaTeX can also be used in a Container.
|
||||
This example uses the `texlive` image.
|
||||
The source files have to reside in a subfolder called `data`.
|
||||
|
||||
The batch or shell script provide an example on how to compile the document.
|
||||
To compile the document use the following command:
|
||||
```bash
|
||||
docker run --rm -t -v ./data:/latex -w /latex texlive/texlive pdflatex file.tex
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue