DOKK / manpages / debian 10 / docker.io / docker-swarm-join.1.en
DOCKER(1) DOCKER(1)

docker-swarm-join - Join a swarm as a node and/or manager

docker swarm join [OPTIONS] HOST:PORT

Join a swarm as a node and/or manager

--advertise-addr=""
Advertised address (format: <ip|interface>[:port])

--availability="active"
Availability of the node ("active"|"pause"|"drain")

--data-path-addr=""
Address or interface to use for data path traffic (format: <ip|interface>)

-h, --help[=false]
help for join

--listen-addr=0.0.0.0:2377
Listen address (format: <ip|interface>[:port])

--token=""
Token for entry into the swarm

docker-swarm(1)

Feb 2021 Docker Community