A minimal container with gitbook installed
242
Install latest versions of Gitbook toolchain onto the node:slim base image
I've included a Makefile with targets to the commonly used Gitbook commands
# Create a new gitbook environment
mkdir mybook
cd mybook
cp ../gitbook/Makefile .
make init
# Start the internal server. View in browser at http://localhost:4000
make serve
# hack, hack ... hack
make stop
# Create all outputs
make
# Or just create specific outputs
make html
Content type
Image
Digest
Size
277.5 MB
Last updated
almost 10 years ago
docker pull spohnan/gitbook