Summary: Docker Engine
Explore the architecture and modular components of the Docker Engine. Understand how containerd manages container lifecycle and how runc interfaces with the host kernel. This lesson explains Docker Engine’s role in building, shipping, and running OCI-compliant containers in a practical and clear way.
We'll cover the following...
We'll cover the following...
-
The Docker Engine is a platform that makes it easy to build, ship, and run containers. It implements the OCI standards and is a modular app comprising many small, specialized components.
-
The Docker daemon implements the Docker API, but most other functionality has been ...