Network issue on Windows Server 2016 TP4 - The network is not present or not started

Hi,

I am working Docker containers on windows and I have faced a serious issue. I hade made some somtainers and they worked fine. Then I restarded the Host server and the do not want to start anymore. When I want to start them (Docker.exe start webserver01 ) I get an errormessage:

Error response from daemon: Cannot start container. HCSShim::CreateComputeSystem - Win32 API call returned error. The network is not present or not started. ,“Devices”:[{“DeviceType”:“Network”,“Connection”:{“NetworkName”:“Virtual Switch”,“EnableNat”:false,“Nat”:{“Name”:“ContainerNAT”,“PortBindings”:[{"Protocol…

The all objects it mentions are there.

NetAdapter:
Name : ContainerNAT
InterfaceDescription : Hyper-V Virtual Ethernet Adapter
InterfaceOperationalStatus : Up
AdminStatus : Up
MediaConnectionState : Connected
Host OS: Windows Server 2016 TP4

NetAdapter IP config:
Ethernet adapter ContainerNAT:
Connection-specific DNS Suffix . :
IPv4 Address. . . . . . . . . . . : 172.16.0.1
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . :

Interfaces which belongs to NetAdapter above:
InterfaceAlias : ContainerNAT
AddressFamily : IPv4

Virtual Switch:
Name : Virtual Switch
BandwidthReservationMode : Absolute
NATSubnetAddress : 172.16.0.0/12
SwitchType : NAT
AllowManagementOS : True

Do you know what is the issue? Please help me.

Thank you for your help in this matter.