Swarm Join
Joins an existing Docker Swarm cluster by connecting a node to the swarm as either a worker or manager. This operation requires connection details including the address of an existing swarm manager node and authentication tokens to establish trust. The request must specify whether the joining node will participate as a worker node that executes tasks or as a manager node that also handles orchestration and cluster management duties. Join tokens are obtained from an existing swarm manager and ...