Module 1 : Course Overview
Module 1.1 : Introduction to the course
Module 2 : Understanding Docker
Module 2.1 – Module Introduction
Module 2 .2 What is Virtualization
Module 2.3 : What are Containers
Module 2.4 : Containerization and virtualization differences
Module 2.5 : Case study : 100 developer environment
Module 2.6 : Difference between win and linux containers
Module 2.7 : Docker ecosystem and components
Module 3 : Installing Docker
1 : Module Introduction
3.2 – Installing Docker on Centos 7
3.3 – Install Docker on Windows 2016 server
Module 4 : Containers On Ubuntu Docker host
4.1 : Module Introduction
4.2 : Deploy ,Login, exit container
4.3: List, Start, Stop, restart containers
4.4 where containers are stored
4.5 : working with container hostnames
4.6 working on multiple containers
4.7 Container stats and inspect
4.8 Container networking
4.9 Deleting containers
Module 5 : Containers On Win-2016 server Docker host
5.1 : Module Introduction
5.2 Install Docker on win 2016 server
5.3 :Win container Deploy ,Login, exit container
5.4 : List, Start, Stop, restart containers
5.5 where containers are stored
5.6 : working with container hostnames
5.7 working on multiple containers
5.8 Container inspect
5.9 : Deleting containers
Module 6 : Docker Images
6.1 : Module Introduction
6.2 : Introduction to Docker Images
6.3 : Docker hub – create your account
6.4 : Explore and pull images from docker hub
6.5 : Docker commit Build and Push Your own image
6.6 : Launch container using your own image
6.7 : Build Your own image using dockerFile
6.8 : Integrate you dockerhub account with github account to build image
Module 7 : Docker Networking
7.1 Module Introduction
7.2 Linux Docker host default Networking
7.3 Linux container networking
7.4 Docker host and container port mapping
7.5 List, create, inspect and remove new networks
7.6 Launch container in desired network
7.7 Attach a container two networks
Module 8 : Docker Volumes
8.1 : Module introduction
8.2 : Introduction to Docker volumes
8.3 : Launch a container with volume attached
8.4 : Recovering volume
8.5 : Module Summary
Module 9 : Linked Containers
Module 9.1 Module introduction
Module 9.3 Creating webapp container
Module 9.4 creating mysql db container
Module 9.5 Connect webapp with mysql DB
Module 10 Docker Compose
Module 10.1 : Module introduction
Module 10.3 : Creating docker compose file(wordpress and DB)
Module 10.4 : Docker compose operations