Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 577 Bytes

Docker Orgmk

Docker image based on Alpine Linux to use orgmk.

Ships with a simple shell script helper (ormk.sh) to run the image.

Running

Directly via docker run:

$ docker run -v source.org:/tmp/source.org gbr/orgmk org2html source.org

Or via orgmk.sh:

$ sh orgmk.sh html source.org

LaTeX not available

Orgmk requires LaTeX to be able to export to PDF. It's currently not available due to texlive issues on Alpine Linux. Check #1.

License

MIT