Login
Remember
Register
Ask a Question
What is the purpose of Docker swarm leave?
0
votes
asked
Apr 23, 2024
in
Docker
by
john ganales
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
docker
swarm
leave
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 23, 2024
by
john ganales
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.
...