https://github.com/andreaskoch/pandoc
A docker image for running the latest version of pandoc built from source
https://github.com/andreaskoch/pandoc
Last synced: 8 months ago
JSON representation
A docker image for running the latest version of pandoc built from source
- Host: GitHub
- URL: https://github.com/andreaskoch/pandoc
- Owner: andreaskoch
- License: mit
- Created: 2014-12-14T21:06:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-14T21:11:40.000Z (over 11 years ago)
- Last Synced: 2025-10-26T10:47:09.988Z (8 months ago)
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pandoc Docker Image
A docker image for running the latest version of [Pandoc](https://github.com/jgm/pandoc) built from source.
## Usage
A `/source` directory is created in the container, which can be mapped for use with relative file paths. Pandoc will always be run from the `/source` directory in the container.
```bash
docker run -v $(pwd):/source andreaskoch/pandoc <... options ...>
```