Skip to content

pipalacademy/mastering-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering Docker

Resources for Mastering Docker course by Pipal Academy.

How to build

The website is built using mkdocs for material.

Follow the following steps to build the website.

Step 1: clone the repo

$ git clone https://github.com/pipalacademy/mastering-docker
$ cd mastering-docker

Step 2: Install dependencies

$ pip install -r requirements.txt

You may want to do this in a vitualenv.

Step 3: Build the docs

$ mkdocs build

The generated site will be in site/ directory.

About

Resources for the Mastering Docker course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published