Problem Statement
Which of the following are the main components of Docker’s architecture?
Explanation
Docker’s architecture typically involves the client (CLI) which sends commands, the daemon (dockerd) which executes them, and the registry (public or private) where images are stored. These components work together to build, run and distribute containers. :contentReference[oaicite:2]{index=2}
