What is the Docker container runtime called?
containerd is the container runtime used by Docker to manage container lifecycle operations, including image transfer, container execution, and storage.
Community Discussion