https://github.com/mweidling/bdn-docker
A Docker container for bdnPrint.
https://github.com/mweidling/bdn-docker
docker docker-image
Last synced: 2 months ago
JSON representation
A Docker container for bdnPrint.
- Host: GitHub
- URL: https://github.com/mweidling/bdn-docker
- Owner: mweidling
- License: mit
- Created: 2018-04-11T09:18:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-11T10:23:20.000Z (about 8 years ago)
- Last Synced: 2025-04-04T17:21:44.273Z (about 1 year ago)
- Topics: docker, docker-image
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bdn-docker
bdn-docker is a Docker image which provides a stable compilation environment for [bdnPrint](http://www.github.com/subugoe/bdnprint). It is based on @@.
## Prerequistes
Install Docker according to the [Docker installation guide](https://docs.docker.com/install/).
## Installation
Make a directory for this repository and clone it:
```
mkdir {DIRNAME}
cd {DIRNAME}
git clone https://github.com/MRodz/bdn-docker.git
```
Then build the image (this will take some time):
```
sudo docker build -t {YOUR_TAG}
```
__Note:__ In case you have a separate UNIX group for Docker you can omit `sudo`. For more information about this, have a look at [this Docker help page](https://docs.docker.com/install/linux/linux-postinstall/).
In order for this container to run properly, make sure you have the TeX-file you want to compile in this directory.
## Usage
@TODO
## Contributing
Feel free to submit pull requests to improve this Dockerfile.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.