Resetting a Corrupted Docker Network on Windows
Docker for Windows uses a few Windows Containers features to provide networking to Docker containers. Sometimes (usually bad shutdowns, killing host VM, etc) those networks can be corrupted. An example error you might encounter is: Error response from daemon: HNS failed with error : The object already exists. These kinds of…