mirror of
https://github.com/docker/cli.git
synced 2026-01-23 15:21:32 +03:00
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> Upstream-commit: b1d2b088533187954d3b98ed5951ec2dbbb422e9 Component: engine