What is the primary purpose of the Docker Engine?
a) To provide a graphical visualization of containers
b) To build and run containers
c) To manage databases inside containers
d) To interface with Kubernetes
Explanation:
Docker Engine is the core of Docker. It is responsible for building, running, and managing containers.