gitbook
docker 安装gitbook
docker run -d --name gitbook \
-p 4001:4000 \
-v /data/doc/doc/gitbook:/srv/gitbook \
-v /data/doc/doc/gitbook/_book:/srv/html \
fellah/gitbook
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
docker run -d --name gitbook \
-p 4001:4000 \
-v /data/doc/doc/gitbook:/srv/gitbook \
-v /data/doc/doc/gitbook/_book:/srv/html \
fellah/gitbook