Containers

Which components/layers compose the Docker technology?

Difficulty: unrated

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

Answer

  1. Runtime - responsible for starting and stopping containers
  2. Daemon - implements the Docker API and takes care of managing images (including builds), authentication, security, networking, etc.
  3. Orchestrator