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

What is Docker and Container? Details explaination with 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!

  • What is Docker?
    • Docker is a tool to manage containers.
  • What is Container?
    • container is an independent bundle to run applications.
  • Benefit of Docker?
    • Docker saves time and cost for launching and utilizing existing resources for running our applications .
  • Docker Architecture
    • Docker Architecture contains a
    • – client
    • – Docker Server(Deamon)
    • – ContainerD
    • – Kernal
  • Container lifecycle
    • we can create/delete/start/stop/restart/pause/un-pause/kill/remove the containers.
  • How Docker Works!!
    • When a request is made to Docker client ,it runs the image from the registries and requests kernal to attach an user/mount/network/PIDmap as a bundle to the container.