0 votes
in Docker by
What is the purpose of Docker stack deploy?

A) To deploy a Docker stack to a swarm

B) To manage Docker images

C) To manage Docker containers

D) To manage Docker networks

1 Answer

0 votes
by

Answer: A

Explanation: Docker stack deploy is a command for deploying a Docker stack to a swarm. It allows developers to specify the Docker Compose file to use and deploy all the services in the file as a single unit across a cluster of nodes.

Related questions

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