1. Components of Docker and its Brief Summary by Bharath Srinivas

DevOps

YOUR COSMETIC CARE STARTS HERE

Find the Best Cosmetic Hospitals

Trusted • Curated • Easy

Looking for the right place for a cosmetic procedure? Explore top cosmetic hospitals in one place and choose with confidence.

“Small steps lead to big changes — today is a perfect day to begin.”

Explore Cosmetic Hospitals Compare hospitals, services & options quickly.

✓ Shortlist providers • ✓ Review options • ✓ Take the next step with confidence

Docker Engine:
It is the main part of docker system. It follows client-server architecture.
It is installed on host machine. It contains:
1.Server: It is called as dockerd used to manage images containers network
2.Rest API: used to instruct daemon
3.CLI: where we run the docker commands

Docker Client:
when you run commandon CLI client sends to daemon which makes the action.Docker client
can communicate with more than one daemon

Docker Registry:
It is the location where docker images are stored.it can be public or a private
when we run pull command the docker pulls the image from registry

Images:
The are read only thing which contains instructions to create container

Containers:
when we run image it creates container. All the application and their dependencies run inside
container.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.