# gitbook-example **Repository Path**: xiangyu123/gitbook-example ## Basic Information - **Project Name**: gitbook-example - **Description**: gitbook示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 参照下面的步骤 ``` mkdir book_html docker build -t gitbook_debug . docker run -it -v "$(PWD)/book_repo:/srv/gitbook" -v "$(PWD)/book_html:/srv/html" -p 4000:4000 gitbook_debug:latest ```