Sign inSign up

shrmrf/gitbook-docker

By shrmrf

Updated almost 8 years ago

A container for using gitbook

Image
0

294

shrmrf/gitbook-docker repository overview

gitbook-docker

GitBook installed in a Docker container.

This image can be used to build books with the GitBook CLI.

NOTE: The image is created with the current version of GitBook installed at the time the image was created. You can add a different version, but beware that by default the GitBook CLI installs GitBook versions in $HOME (i.e. /root with the current configuration), which will disappear when the container is shutdown unless you map it to a local directory.

Usage

Use Case #1: Generating HTML

To run gitbook with the current directory mounted to /docs:

$ docker run -ti --rm -v `pwd`:/docs shrmrf/gitbook-docker <path to your book>
Use Case #2: Building a PDF
$ docker run -ti --rm -v `pwd`:/docs shrmrf/gitbook-docker pdf <path to your book>
Acknowledgements

This is just a blatant fork off of humangeo/gitbook-docker. Thanks humangeo :)

Tag summary

Content type

Image

Digest

Size

679.6 MB

Last updated

almost 8 years ago

docker pull shrmrf/gitbook-docker