πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

Docker Image:

DevOps

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.


Get Started Now!

  1. is a layer of filesystem. like rootfs +userfs+ apps+ apps
  2. all layers are read only.
  3. layer wise we can create container.
  4. when we pull the image then in var/lib/docker folder images is downloaded
  5. when we create the container then in var/lib/docker folder merged layer is created with RW
  6. file system conflict in layers then top layer is given priority.
  7. when we stop the container then merged layer is removed
  8. image is assigned to a user then a container is created
  9. with inspect we can see the metadata of an image
  10. with one image can create multiple container.
  11. image can be pushed to a registery