1. What is the core component of Docker architecture responsible for running and managing containers?
Docker Engine
Explication
Docker Engine is the core component that runs and manages containers, handling image building, container execution, and resource allocation. The other options serve different roles: CLI is the command interface, Registry stores images, and Compose orchestrates multi-container setups.