A Docker wrapper for generating GitBook PDFs using Calibre
3.2K
A Docker wrapper for generating GitBook PDFs using Calibre
To run it as a command that will wait until the PDF is generated, run the following command:
docker run \
-v /my/gitbook/folder:/book \
-v /my/pdf/output:/pdf \
-e PDF_NAME=ItIsABook.pdf \
beeronbeard/docker-gitbook-pdf
You can also run it as a daemon that will run the command in the background using -d.
Content type
Image
Digest
Size
384.5 MB
Last updated
almost 9 years ago
docker pull beeronbeard/docker-gitbook-pdf