What is Docker’s containerd and how does it relate to the Docker daemon?

Docker Fundamentals Hard

Docker Fundamentals — Hard

What is Docker’s containerd and how does it relate to the Docker daemon?

Key points

  • containerd manages the container lifecycle, while the Docker daemon communicates with it
  • Docker daemon (dockerd) is a higher-level component that interacts with containerd
  • containerd is an industry-standard container runtime that can run independently of Docker

Ready to go further?

Related questions