Q. Which command shows the nodes in a Swarm cluster?
β
Correct Answer: (B)
docker node ls
Explanation: `docker node ls` lists all the nodes participating in the Swarm cluster.