Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 333 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 333 Bytes

Docker Gitbook

Boilerplate for building a Gitbook self-serving Docker container

Build

git clone [email protected]:shelleg/docker-gitbook.git
cd docker-gitbook
docker build -t shelleg/docs .

Run

docker run --rm -p 4000:80 shelleg/docs

Now you can browse to http://localhost:4000 to see documentation.