mirror of
https://github.com/moby/moby.git
synced 2026-08-02 22:26:52 +00:00
Merge pull request #2014 from msabansal/icsdnsissue
Fix for docker intercepting DNS requests on ICS network
This commit is contained in:
@@ -28,6 +28,9 @@ func executeInCompartment(compartmentID uint32, x func()) {
|
||||
}
|
||||
|
||||
func (n *network) startResolver() {
|
||||
if n.networkType == "ics" {
|
||||
return
|
||||
}
|
||||
n.resolverOnce.Do(func() {
|
||||
logrus.Debugf("Launching DNS server for network %q", n.Name())
|
||||
options := n.Info().DriverOptions()
|
||||
|
||||
Reference in New Issue
Block a user