Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

join docker swarm

# 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 <token> ip:port
Source by docs.docker.com #
 
PREVIOUS NEXT
Tagged: #join #docker #swarm
ADD COMMENT
Topic
Name
8+1 =