DOCKER-1 (BASICS)
Docker is a set of PAAS (Platform as a Service) which uses OS level
virtualization.
Docker images are non-interactive (change not permitted) and reusable
Containers are interactive (change permitted), and we can create image from containers.
Docker architecture:
DOCKER ENGINE: There are three major components,