0 votes
in Docker by

What is the purpose of the Docker stack?

A) To deploy a group of services defined in a Compose file to a Swarm cluster

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by
Solution:A

Explanation: Docker stack is a tool for deploying a group of services defined in a Compose file to a Swarm cluster. It provides a simple and easy way to manage a set of related services as a single unit, and allows for scaling and updates of the services.

Related questions

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