Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.01 KB

Containers and Docker lecture demonstrations

Telerik Academy DevOps course 2021

Demo prerequisites

The demo will be performed on Ubuntu 20.04.3 LTS with the following packages:

sudo snap install docker jq dive nmap tree

Demo content

  1. Introduction to docker cli
  2. Introduction to namespaces
  3. Introduction to Overlay2
  4. Introduction to cgroups
  5. Introduction to networking
  6. Introduction to volumes
  7. Introduction to Dockerfile and GitHub Actions build
  8. Introduction to multi-stage builds
  9. Introduction to docker-compose