πŸ“Š Docker
Q. Which command adds a new node to the Swarm as a worker?
  • (A) docker swarm join --manager
  • (B) docker swarm add --worker
  • (C) docker swarm join
  • (D) docker swarm node add
πŸ’¬ Discuss
βœ… Correct Answer: (C) docker swarm join

Explanation: `docker swarm join` with the appropriate token adds a new worker node to the Swarm.

Explanation by: Mr. Dubey
`docker swarm join` with the appropriate token adds a new worker node to the Swarm.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
42
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate