https://github.com/haozeke/docker_docuyodabot
A simple bot for my builds.
https://github.com/haozeke/docker_docuyodabot
docker documentation docuyoda yoda zenyoda
Last synced: about 1 month ago
JSON representation
A simple bot for my builds.
- Host: GitHub
- URL: https://github.com/haozeke/docker_docuyodabot
- Owner: HaoZeke
- License: mit
- Created: 2018-07-22T15:20:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T10:33:18.000Z (about 7 years ago)
- Last Synced: 2025-03-27T03:16:24.507Z (7 months ago)
- Topics: docker, documentation, docuyoda, yoda, zenyoda
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/haozeke/docker_docuyodabot/
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docuYoda Dockerfile
> Copyright (C) 2017 Rohit Goswami (HaoZeke)Initially built for use with the [docuYoda starter](github.com/HaoZeke/docuYoda_starter), it can also work well for any minimal pandoc TeX usage.
## Features
* Based on ArchLinux
* AUR support through yaourt
* Non Root execution
* Includes full TeX support
* Latest pandoc
* Has yarn
* Includes `pp`## Usage
The recommended usage leverages your existing project folder so you only need this as your build environment.
```bash
docker run -it -h docuyodabot -v $SOURCE_LOCATION:/home/docuyoda/Report -v $HOME.cache/:/home/docuyoda/.cache HaoZeke/docuyodabot
```