On a city developer workstation, which component actually creates the isolated process when someone runs a docker command?
Select an answer to reveal the explanation.
Short Explanation
The CLI is the receptionist taking your order; the Engine daemon is the kitchen manager; the runtime is the cook who actually starts the process. Knowing who does what avoids blaming the wrong layer when something fails.
Full Explanation
The Docker CLI is the human and tooling front end. It talks to the Engine daemon, which orchestrates image and container management and delegates process isolation to a container runtime. Candidates need these roles at professional depth, not a deep dive into containerd or runc source trees.