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.
- Docker image is a collection of files systems
- A docker image acts as a blueprint for docker container.
- File systems are layered over each other
- Layer 0 must contain a root filesystem
- Each layer in image will have 40 character length UUID generated by SHA 256 algorithm.
- The topmost layer will have priority.
- All layers in a docker image is Read only.
- All layers in an image is combined to form a container.
- From one image multiple containers can be created.
- Each container will have a copy of image attached to it.