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

A) To deploy a Docker service or 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 swarm deploy is a command for deploying a Docker service or stack to a swarm. It allows developers to specify the service or stack configuration and deploy it across the swarm.

...