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.
- is a layer of filesystem. like rootfs +userfs+ apps+ apps
- all layers are read only.
- layer wise we can create container.
- when we pull the image then in var/lib/docker folder images is downloaded
- when we create the container then in var/lib/docker folder merged layer is created with RW
- file system conflict in layers then top layer is given priority.
- when we stop the container then merged layer is removed
- image is assigned to a user then a container is created
- with inspect we can see the metadata of an image
- with one image can create multiple container.
- image can be pushed to a registery