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

What is Docker Images and Exaplin in 10 bullet lines?

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