Gitbook docker mirror

Image for Gitbook Docker

rendering

The effect is shown below

Directions for use

Environment to prepare

Docker environment is required.

Using the step

The first kind of

  1. Please frok this item first
  2. When frok is complete, log in to the host and enter the following command to pull down the project
git clone[Your FROK project address];Copy the code
  1. To build locally, enter the following code
sudo docker build ./ -t gitbook:vo
Copy the code
  1. Run the image
sudo docker run -p 4000:4000 gitbook:vo
Copy the code
  1. Access to the address
http://[Server IP address]:4000/Copy the code

Build with automation tools (recommended)

Docker Hub cloud.docker.com/ Travis -ci travis-ci.org daoCloud dashboard daoCloud. IO

Daily use

When the automated build is complete, the daily use is as follows

  1. Local Clone Project
git clone[Your Github address]Copy the code
  1. See gitbook’s tutorial for editing in the Work directory

chestnuts

One has already been deployed. Access to the test. Iming. Info /

Making the address

Github.com/mySoul8012/…