An open API service indexing awesome lists of open source software.

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

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 ...>
```