Q. Which command adds a new node to the Swarm as a worker?
β
Correct Answer: (C)
docker swarm join
Explanation: `docker swarm join` with the appropriate token adds a new worker node to the Swarm.