MENU
3 Joining a Docker swarm
Now, on another machine, join the Docker swarm as a worker using the command obtained in the previous step, as instructed:
docker swarm join --token SWMTKN-1-2n7uzhutks4nvdb16r5uk12sd5l6o20gtjs28rr4exc89yc3dh-5odn4ywod194hdsuxu9mym84p 192.168.65.3:2377
docker node ls