Skip to content

Container embedding pandoc and some pandoc filters to build documentation

License

Notifications You must be signed in to change notification settings

groovytron/pandoc-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandoc container

Build Status

Container embedding pandoc and some pandoc filter to convert files from a format to another.

Supported tags and respective Dockerfile links

Softwares embedded in the container

Use the container

We recommend you to use the dev user instead of root when running that container.

The container's working directory is /home/dev/doc so we advise you to mount your project's documentation directory onto this place.

Building the project interactively in the container

To run the container and open a bash in your documentation project run the following command:

docker run -it --entrypoint /bin/bash --user=dev --volume=<path-to-your-documentation-directory>:/home/dev/doc groovytron/pandoc:latest