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