Skip to content

3-day sessions on Containerization (Docker) - Basic to Advance - Hands-on Demo

Notifications You must be signed in to change notification settings

faysalmehedi/docker-session-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-session-demo

Day 01:

  • Introduction to DevOps
  • What is Containerization? How it differs from Virtualization.
  • Basics of Docker, Docker Architecture & Components
  • Dev Env Setup and basic Docker commands
  • Demo

Day 02:

  • Writting and Breakdown of Dockerfile
  • Little depth on the docker commands
  • Understanding the Docker layer and caching
  • Introduction to Container registry
  • Tagging and Push to the docker registry
  • Docker Volume
  • Demo

Day 03:

  • Docker networking
  • Docker compose
  • Best Practices of using Docker/Container
  • Container tools other than Docker
  • Demo