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/Platform which helps in managing the containers and helps save time, cost and improve the quality of the software.
- What is Container?
- Is a fully independent, isolated run time environment for dockers or applications.
- Benefit of Docker?
- Saves Time
- Saves Cost
- No dependencies
- Improves the quality of the software
- Docker Architecture
- It will have a Docker enginer which is nothing but Docker Client, Restful service and docker server (deamon) and ContainerD to interact with Kernal
- Container lifecycle
- Create
- Start
- Stop
- Restart
- Pause
- Unpause
- Kill
- Remove
- How Docker Works