Skip to content

docker-publish

Introduction

This is a gitbook by Logic.

About knowledge record and Technology stack.

Table of contents

Using with gitbook

bash
# Nodejs
brew install node
node --version

# gitbook-cli
npm install gitbook-cli -g
gitbook -V

# init
gitbook init

# serve and build
gitbook serve
gitbook build