Containers

Why container images are relatively small?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

  • Most of the images don't contain Kernel. They share and access the one used by the host on which they are running
  • Containers intended to run specific application in most cases. This means they hold only what the application needs in order to run