305-300 · Question #68
Which of the following components are essential in Docker architecture? (Select all that apply)
The correct answer is A. Docker Client C. Docker Daemon D. Docker Registry. Docker architecture consists of several core components that enable container creation and management. According to Docker documentation, the Docker Client, Docker Daemon, and Docker Registry are essential components. The Docker Client is the user-facing command-line interface…
Question
Options
- ADocker Client
- BDocker Compose
- CDocker Daemon
- DDocker Registry
How the community answered
(20 responses)- A75% (15)
- B25% (5)
Explanation
Docker architecture consists of several core components that enable container creation and management. According to Docker documentation, the Docker Client, Docker Daemon, and Docker Registry are essential components. The Docker Client is the user-facing command-line interface that sends commands to the daemon. The Docker Daemon (dockerd) performs the heavy lifting, such as building images, running containers, and managing networks and storage. The Docker Registry stores container images, enabling image distribution and reuse. Docker Compose is an optional orchestration tool used to define and run multi-container applications, but it is not an essential architectural component.
Topics
Community Discussion
No community discussion yet for this question.