mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Enable HotAdd for Windows
Signed-off-by: Madhan Raj Mookkandy <madhanm@microsoft.com>
This commit is contained in:
@@ -153,7 +153,7 @@ func enableIPOnPredefinedNetwork() bool {
|
||||
}
|
||||
|
||||
func (daemon *Daemon) isNetworkHotPluggable() bool {
|
||||
return false
|
||||
return true
|
||||
}
|
||||
|
||||
func setupPathsAndSandboxOptions(container *container.Container, sboxOptions *[]libnetwork.SandboxOption) error {
|
||||
|
||||
Reference in New Issue
Block a user