183k views
3 votes
What is the command to join an existing swarm as a 'worker' node?

A) docker node join
B) docker swarm join
C) docker join-node
D) docker worker join

1 Answer

1 vote

Final answer:

The command to join an existing swarm as a 'worker' node is docker swarm join.

Step-by-step explanation:

The command to join an existing swarm as a 'worker' node is docker swarm join. Option B, docker swarm join, is the correct command to use. By running this command on a worker node, it will connect to the swarm and join as a worker, allowing it to perform tasks assigned by the swarm manager.

User Vaibhav Mule
by
8.3k points