Sign inSign up

amontaigu/gitbook

By amontaigu

Updated about 9 years ago

Provide gitbook commands in a docker image to build and deploy your docs

Image
0

2.9K

amontaigu/gitbook repository overview

docker-gitbook Circle CI

Purpose

A gitbook docker image to allow you to build and publish your documentation.

Available software:

  • gitbook with pdf option thanks to calibre
  • calibre required by gitbook for pdf generation
  • npm required for gitbook
  • lftp to upload your docs on a distant site
  • git to get your doc source

Usage

To build your documentation in a specific directory:

docker run -v /my_gitbook:/gitbook amontaigu/gitbook gitbook build docs html

To go inside the container an play with available commands in a shell:

docker run -it --rm --entrypoint=/bin/sh amontaigu/gitbook

References and thanks

Tag summary

Content type

Image

Digest

Size

263.9 MB

Last updated

about 9 years ago

docker pull amontaigu/gitbook