Juniper
JN0-214 · Question #63
What is the name of the Docker container runtime?
The correct answer is B. containerd. containerd is the default container runtime used by Docker. It is a lightweight, industry- standard runtime that handles low-level container management tasks, such as image transfer, container execution, and lifecycle management. Docker delegates these tasks to containerd…
Cloud Fundamentals
Question
What is the name of the Docker container runtime?
Options
- Adocker_cli
- Bcontainerd
- Cdockerd
- Dcri-o
How the community answered
(23 responses)- A4% (1)
- B83% (19)
- C9% (2)
- D4% (1)
Explanation
containerd is the default container runtime used by Docker. It is a lightweight, industry- standard runtime that handles low-level container management tasks, such as image transfer, container execution, and lifecycle management. Docker delegates these tasks to containerd through the
Topics
#Docker#containerd#container runtime#OCI
Community Discussion
No community discussion yet for this question.