https://github.com/okelleydevelopment/labox
Isolate those pesky LaTeX dependencies
https://github.com/okelleydevelopment/labox
Last synced: 5 months ago
JSON representation
Isolate those pesky LaTeX dependencies
- Host: GitHub
- URL: https://github.com/okelleydevelopment/labox
- Owner: OkelleyDevelopment
- License: mit
- Created: 2022-02-09T03:41:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T15:27:20.000Z (over 4 years ago)
- Last Synced: 2025-06-17T12:45:43.521Z (about 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaBoX
## Motivation
First goal was to isolate the dependencies of LaTeX into a easily removable
environment. This build will provide the user with a container running
Ubuntu 20.04 and it will bind to the `/project` volume.
All of these parameters are of course, customizable depending on the given
users needs.
## Execution
### Prerequisites
- You will need to have `docker-ce` or some other imaging tool.
### Running
To build the container and tag it with the name provided:
- `docker build . -t `
Then to run the container:
- `docker run -it `
This will run the container in an interactive terminal mode.