Merge pull request #5240 from hashicorp/b-docker-bridgeip-logging
docker: only log missing bridge_ip on initial fingerprint
This commit is contained in:
commit
7c61b47a6d
|
@ -113,7 +113,7 @@ func (d *Driver) buildFingerprint() *drivers.Fingerprint {
|
||||||
} else {
|
} else {
|
||||||
// Docker 17.09.0-ce dropped the Gateway IP from the bridge network
|
// Docker 17.09.0-ce dropped the Gateway IP from the bridge network
|
||||||
// See https://github.com/moby/moby/issues/32648
|
// See https://github.com/moby/moby/issues/32648
|
||||||
if d.fingerprintSuccessful() {
|
if d.fingerprintSuccess == nil {
|
||||||
d.logger.Debug("bridge_ip could not be discovered")
|
d.logger.Debug("bridge_ip could not be discovered")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue