Skip to content

Latest commit

 

History

History
106 lines (86 loc) · 3.93 KB

README.md

File metadata and controls

106 lines (86 loc) · 3.93 KB

Docker Training

Agenda

Part 1:

  • Containerized Application Design Principles
  • Docker Architecture Overview
  • Docker Installation and Configuration
  • Creating Docker Images
  • Running Containers
  • Mounting Data from the Host

Part 2:

  • Docker Volumes and Data Containers
  • Getting Logs From Containers and Log Drivers
  • Docker Networks
  • Docker-Compose

Part 3:

  • Linux Kernel Namespaces and Control Groups
  • Linux Process Capabilities
  • Docker-In-Docker
  • Remote API
  • Docker Plugins
  • Docker Swarm 101
  • Monitoring Containers
  • Containers Security

Useful Resources

Microservices and Architecture:

Docker for Windows:

Setting up WSL:

Samples:

Playground and Learn:

Online Quizzes and Tests:

Dockerfile:

Logging:

Linux Capabilities:

Namespaces:

Cgroups:

SWARM:

Design Patterns:

DevOps:

Security