Wise people learn when they can; fools learn when they must - Arthur Wellesley
Showing posts with label Docker. Show all posts
Showing posts with label Docker. Show all posts

Saturday, 22 January 2022

DOCKER -1


                    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,