0 votes
in Docker by

What is the purpose of Docker swarm update?

A) To update the configuration of a Docker 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 update is a command for updating the configuration of a Docker swarm. It allows developers to change the swarm’s settings, such as the network overlay driver, security options, and node availability.
...