Merge pull request #35414 from madhanrm/hotadd1

Enable HotAdd for Windows
Upstream-commit: e62d36bcad6ef1b1beafb15411f927b25f52c3d1
Component: engine
This commit is contained in:
John Howard
2018-02-06 10:40:39 -08:00
committed by GitHub
@@ -165,7 +165,7 @@ func enableIPOnPredefinedNetwork() bool {
}
func (daemon *Daemon) isNetworkHotPluggable() bool {
return false
return true
}
func setupPathsAndSandboxOptions(container *container.Container, sboxOptions *[]libnetwork.SandboxOption) error {