diff --git a/components/engine/daemon/container_operations_windows.go b/components/engine/daemon/container_operations_windows.go index 51762a2441..e624fe0525 100644 --- a/components/engine/daemon/container_operations_windows.go +++ b/components/engine/daemon/container_operations_windows.go @@ -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 {