Join a node to an existing swarm.
Section: Swarm Basics
Join a swarm
bash
bash
docker swarm join --token <token> 10.0.0.10:2377Explanation
Run this on a worker or manager being added to the cluster.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Swarm Basics