0 votes
in Docker by
What is the purpose of Docker Compose?

A) To define and run multi-container Docker applications

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by

Solution:A

Explanation: Docker Compose is a tool for defining and running multi-container Docker applications. It allows developers to define a set of related services in a single YAML file, and then start and stop the entire application with a single commanD)

Related questions

0 votes
asked Apr 23 in Docker by john ganales
0 votes
asked Apr 23 in Docker by john ganales
...