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

A) To remove a node from 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 leave is a command for removing a node from a Docker swarm. It can be used to gracefully shut down a node and remove it from the swarm.
...