Log Name: ApplicationMy first fix for this issue was to delete the following file:
Source: docker
Event ID: 4
Task Category: None
Level: Error
Error starting daemon: Error initializing network controller: error obtaining controller instance: failed to get endpoints from store: failed to decode endpoint IPv4 address () after json unmarshal: invalid CIDR address:
- C:\ProgramData\docker\network\files\local-kv.db
Running docker network ls showed me that a transparent network I had created just before the restart was broken. That network was renamed a long random string. At this point, I could delete the randomly named transparent network, but a new one came back after each restart of either the Docker service or the host.
The final fix to stop that recurrence was running:
.\WindowsContainerNetworking-LoggingAndCleanupAide.ps1 -Cleanup -ForceDeleteAllSwitches
That script is provided by Microsoft on GitHub here:
It's also worth noting that others are also having this issue:
No comments:
Post a Comment