Skip to content

Commit 5e8b1c0

Browse files
authored
Merge pull request #2304 from hannseman/swarm-join-listen_addr
Document correct listen_addr default on join swarm
2 parents 94d1edc + 8010d8b commit 5e8b1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/api/swarm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def join_swarm(self, remote_addrs, join_token, listen_addr='0.0.0.0:2377',
205205
listen_addr (string): Listen address used for inter-manager
206206
communication if the node gets promoted to manager, as well as
207207
determining the networking interface used for the VXLAN Tunnel
208-
Endpoint (VTEP). Default: ``None``
208+
Endpoint (VTEP). Default: ``'0.0.0.0:2377``
209209
advertise_addr (string): Externally reachable address advertised
210210
to other nodes. This can either be an address/port combination
211211
in the form ``192.168.1.1:4567``, or an interface followed by a

0 commit comments

Comments
 (0)