$ docker run -p 80:4000 -v /srv/gitbook yeechongyeung/gitbook:3.2.2
4000 – GitBook default service port.
35729 – Live reload server port.
/srv/gitbook – Default working directory for GitBook container.
$ docker run -v /srv/gitbook -v /srv/html yeechongyeung/gitbook:3.2.2 gitbook build . /srv/html
docker run -p 4001:4000 -v "$(pwd)":/srv/gitbook yeechongyeung/gitbook:3.2.2
Content type
Image
Digest
Size
69.1 MB
Last updated
about 5 years ago
docker pull yeechongyeung/gitbook:3.2.2