0 votes
in Docker by

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

1 Answer

0 votes
by

b) To build and run containers

Explanation:

Docker Engine is the core of Docker. It is responsible for building, running, and managing containers.

...