moby/daemon/cluster
Aaron Lehmann b1d2b08853 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>
2016-08-31 11:44:32 -07:00
..
convert Support --group-add and --group-rm in docker service create/update 2016-08-27 11:54:05 -07:00
executor Merge pull request #25888 from vdemeester/listcontainerfornode-refactoring 2016-08-25 19:10:18 +02:00
provider fix some typos 2016-06-21 15:29:25 +08:00
cluster.go cluster: Do not autodetect advertise address on join 2016-08-31 11:44:32 -07:00
filters.go Allow partial name match for node ls, and node tasks 2016-07-20 08:16:10 -07:00
helpers.go Fix spelling in comments, strings and documentation 2016-07-03 20:58:11 +03:00
listen_addr.go Only consider "device" interfaces in address autodetection on Linux 2016-08-02 10:54:43 -07:00
listen_addr_linux.go Only consider "device" interfaces in address autodetection on Linux 2016-08-02 10:54:43 -07:00
listen_addr_others.go Only consider "device" interfaces in address autodetection on Linux 2016-08-02 10:54:43 -07:00