Docker | Docker components | Understanding components in Docker |

Опубликовано: 15 Октябрь 2024
на канале: DGR Uploads
2,051
47

====================================================================
Subscribe :    / @dgruploads  
====================================================================
Docker tutorial playlist:
   • Docker tutorial | Docker tutorial for...  

Introduction to containers :
   • Docker | What is containerization | I...  
In this session, we are going to understand the various components that makes up for Docker.

Containers example :
   • Docker | How to run jenkins as a cont...  

Containerization tools:
   • Docker | What are the containerizatio...  

Introduction to Docker:
   • Docker | What is Docker | Introductio...  

VM vs Docker:
   • Docker | Difference between VM & Dock...  

Docker architecture:
   • Docker | Docker architecture | How Do...  

Docker consists of the below components :
Docker daemon : A long running program that listens for requests from the API.

Docker client : A CLI that you can use to interact with Docker.

Docker images : A read only template that contains the instructions for your container.

Docker containers : A running version of the image.

Docker registry : Online repository for Docker images.

Docker services : Used to scale up the containers. Also known as Docker swarm.

We will look at each of these components in little detail in this session.

Happy learning!!