This repository contains sources for Polar Squad Docker Basics Workshop guide and material.
You can view the material online at https://polarsquad.github.io/docker-basics-workshop
** NOTE: You don't need to do these steps, read the guide! These are only for developers who would like to run the guide locally.
- Clone this repository with submodules
git clone --recursive git://github.com/polarsquad/docker-basics-workshop.git
- Install Go
make setup
To view the guide locally, run:
make serve
make build