DevOps Classroomnotes 11/Jan/2022

How Docker containers Work

  • Refer Here to understand how containers work
  • To Make contianers work linux uses
  • Isolations are created using kernel feature called as Namespace
  • Resource limits are applied using kernel feature called as cgroups

Docker Engine (Earlier Versions)

  • In ther earlier versions Docker used to rely on lxc to create container.
  • LXC was part of linux releases, any feature changes used to impact the docker containers.
  • Docker has built a project called as libcontainer and the the goal of libcontainer was to provide Docker with building blocks that exist in the host kernel to create containers.

Open Container Initiative (OCI)

  • While docker was trying to refactor the code of docker daemon, The OCI standards came up with two specifications
  • Image spec Refer Here
  • Container runtime spec Refer Here

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Wordpress Development Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube