# Topic covered
* Docker introduction
* namespaces
* control groups
* Virtualization
* Physical Machine
* Virtual Machine(VM)
* Container
* Docker Feature
* Virtualization and Containerization
[Read More]
02-Docker | Docker Basic
Installation, Docker Image, Container
# Topic covered
* Docker Image
* Containers
* Docker Hub
* Docker Client-Server Architecture
* Docker Commands-1(Basic)
[Read More]
02-Docker | Docker Installation
Docker Engine vs Docker Desktop, Docker Installation on Ubuntu, Windows, Mac
# Topic covered
* Docker Engine vs Docker Desktop
* Try docker on Web
* Docker Installation in Ubuntu
* Docker Installation in Windows
* Docker Toolbox
* Docker Desktop
* Docker Installation in Mac
* Post-installation steps for Linux
[Read More]
03-Docker | Dockerfile
Create Custom docker image
Create custom Docker Image
- Custom Docker image can be created in two ways:
- Container
- Dockerfile
04-Docker | Docker-Compose
Manage multiple docker container
# Topic covered
[Read More]