Q. What is the command to view the current join tokens for a Swarm?
β
Correct Answer: (C)
docker swarm join-token
Explanation: docker swarm join-token worker|manager displays or rotates the join token required by new nodes.