1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster
Aaron Lehmann b6943c50f1 cluster: Do not autodetect advertise address on join
On join, remote addresses are supposed to be detected by the manager
that receives the join request. However, the daemon is interfering with
this by automatically detecting an advertise address and specifying that
to the remote manager. Fix this so that an advertise address is only
specified while joining a cluster if one was given by the user.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
(cherry picked from commit b1d2b08853)
Signed-off-by: Victor Vieux <vieux@docker.com>
2016-09-26 21:02:54 -07:00
..
convert Remove join-tokens from the /info API 2016-07-27 12:10:49 -07:00
executor Skip always pulling images on integration tests 2016-08-17 14:19:31 -07:00
provider Fix misspell typos 2016-06-30 16:47:43 -07:00
cluster.go cluster: Do not autodetect advertise address on join 2016-09-26 21:02:54 -07:00
filters.go Allow partial name match for node ls, and node tasks 2016-07-25 23:15:45 -07:00
helpers.go Fix spelling in comments, strings and documentation 2016-07-08 15:31:42 -07:00
listen_addr.go Better error messages when IP address autodetection fails 2016-08-11 17:56:44 -07:00