📅  最后修改于: 2022-03-11 14:49:50.198000             🧑  作者: Mango
# On the manager node, retrieve the join-token for the specified node type
docker swarm join-token worker
docker swarm join-token manager
# On the worker node
docker swarm join --token ip:port