docker-gitbook icon indicating copy to clipboard operation
docker-gitbook copied to clipboard

Docker image for GitBook

Results 2 docker-gitbook issues
Sort by recently updated
recently updated
newest added

When I run the serve command I get the following error: # serve docker run --rm -v "$PWD:/gitbook" -p 4000:4000 billryan/gitbook gitbook serve Error: ENOENT: no such file or directory,...

question

Hi, trying out this container with a gitbook i wrote in gitbook-editor - the math notation did not render, for example: ``` $$\delta^hj = \sum{W{jk}\delta^o_l f`(h_j)}$$ ``` Not quite sure...