Merge pull request #35414 from madhanrm/hotadd1

Enable HotAdd for Windows
This commit is contained in:
John Howard 2018-02-06 10:40:39 -08:00 committed by GitHub
commit e62d36bcad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {