Provide gitbook commands in a docker image to build and deploy your docs
2.9K
A gitbook docker image to allow you to build and publish your documentation.
Available software:
gitbook with pdf option thanks to calibrecalibre required by gitbook for pdf generationnpm required for gitbooklftp to upload your docs on a distant sitegit to get your doc sourceTo 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
Content type
Image
Digest
Size
263.9 MB
Last updated
about 9 years ago
docker pull amontaigu/gitbook