What is a Docker Container?
What is a Docker?
Docker is a software platform that simplifies the process of building, running, managing and distributing applications.
What is a container?
1- Standardized packaging for software and dependencies
2- Isolate apps from each other
3- Share the same OS kernel
4- Works with all major Linux andWindows Server

Comparing Containers and VMs
