Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinthoma/texlive-docker
Dockerfile for texlive 2017
https://github.com/martinthoma/texlive-docker
docker latex pdflatex texlive
Last synced: 18 days ago
JSON representation
Dockerfile for texlive 2017
- Host: GitHub
- URL: https://github.com/martinthoma/texlive-docker
- Owner: MartinThoma
- Created: 2017-09-18T20:02:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T04:30:09.000Z (over 7 years ago)
- Last Synced: 2024-12-06T13:04:33.992Z (about 1 month ago)
- Topics: docker, latex, pdflatex, texlive
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Docker Image Size](https://images.microbadger.com/badges/image/themoosemind/texlive-docker.svg)](https://microbadger.com/images/themoosemind/texlive-docker)
[![Docker Hub](https://img.shields.io/docker/pulls/themoosemind/texlive-docker.svg)](https://hub.docker.com/r/themoosemind/texlive-docker/)
[![Docker Stars](https://img.shields.io/docker/stars/themoosemind/texlive-docker.svg)](https://hub.docker.com/r/themoosemind/texlive-docker/)# texlive-docker
This repository contains the full Texlive 2017.
### Base Docker Image
* [ubuntu:16.04](https://registry.hub.docker.com/_/ubuntu/)
### Installation
1. Install [Docker](https://www.docker.com/).
2. Download [automated build](https://registry.hub.docker.com/u/themoosemind/texlive/) from public [Docker Hub Registry](https://registry.hub.docker.com/):
```bash
$ git clone https://github.com/MartinThoma/texlive-docker.git
$ cd texlive-docker
$ sudo docker-compose up --build
```You can enter the container with
```
$ sudo docker run -it texlivedocker_texlive bash
```### Docker Usage
```bash
$ sudo su
# docker run --rm -it -v $PWD:/workdir texlivedocker_texlive pdflatex
```