0 votes
in Docker by
What is Docker Compose?

A) A tool for managing multiple Docker containers

B) A tool for managing Docker images

C) A tool for managing Docker networks

D) A tool for managing Docker volumes

1 Answer

0 votes
by

Solution:A

Explanation: Docker Compose is a tool for defining and managing multi-container Docker applications. It allows developers to define a set of related containers, their configuration, and their dependencies in a single file.

...