📜  加入 docker swarm - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:50.198000             🧑  作者: Mango

代码示例1
# 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