Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 475 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 475 Bytes

Docker Handbook

A simple and short Docker guideline.

Website

To visit the website click here.

How to run on local machine

Step 1: Clone repository

    git clone [email protected]:tabpole/docker-handbook.git

Step 2: npm dependencies

    npm install

Step 3: run documentation site on browser

    npm run docs:dev

Other Commands :

    npm run docs:build
    npm run docs:preview