Unverified Kaydet (Commit) 5e8b1c0e authored tarafından Chris Crone's avatar Chris Crone Kaydeden (comit) GitHub

Merge pull request #2304 from hannseman/swarm-join-listen_addr

Document correct listen_addr default on join swarm
...@@ -205,7 +205,7 @@ class SwarmApiMixin(object): ...@@ -205,7 +205,7 @@ class SwarmApiMixin(object):
listen_addr (string): Listen address used for inter-manager listen_addr (string): Listen address used for inter-manager
communication if the node gets promoted to manager, as well as communication if the node gets promoted to manager, as well as
determining the networking interface used for the VXLAN Tunnel determining the networking interface used for the VXLAN Tunnel
Endpoint (VTEP). Default: ``None`` Endpoint (VTEP). Default: ``'0.0.0.0:2377``
advertise_addr (string): Externally reachable address advertised advertise_addr (string): Externally reachable address advertised
to other nodes. This can either be an address/port combination to other nodes. This can either be an address/port combination
in the form ``192.168.1.1:4567``, or an interface followed by a in the form ``192.168.1.1:4567``, or an interface followed by a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment