Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
- What is Docker?
- Docker is a tool to manage containers.
- What is Container?
- container is an independent bundle to run applications.
- Benefit of Docker?
- Docker saves time and cost for launching and utilizing existing resources for running our applications .
- Docker Architecture
- Docker Architecture contains a
- β client
- β Docker Server(Deamon)
- β ContainerD
- β Kernal
- Container lifecycle
- we can create/delete/start/stop/restart/pause/un-pause/kill/remove the containers.
- How Docker Works!!
- When a request is made to Docker client ,it runs the image from the registries and requests kernal to attach an user/mount/network/PIDmap as a bundle to the container.