Skip to content

A Docker wrapper for generating GitBook PDFs using Calibre

Notifications You must be signed in to change notification settings

ganmao/docker-gitbook-pdf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Docker Build Status

Docker GitBook PDF

A Docker wrapper for generating GitBook PDFs using Calibre

Example

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.

About

A Docker wrapper for generating GitBook PDFs using Calibre

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.2%
  • Shell 32.8%