-
Notifications
You must be signed in to change notification settings - Fork 298
Description
After updating my local Docker Desktop from 2.1.0.5 to 2.2.0 i was unable to use the IP 10.0.75.1.
After some investigations, i found that the entire definition of "DockerNAT" disappeared.
I searched google for possible solutions but i didn't find anything useful.
I tried to delete and reinstall the 2.2.0 version but without success.
Through the page https://docs.docker.com/docker-for-windows/release-notes/ i was able to retrieve a functional version of the latest 2.1.0.5; once installed all started to work as before. The output of the ipconfig command is:
`
Ethernet card vEthernet (DockerNAT):
Connection specific DNS suffix:
IPv4 Address. . . . . . . . . . . . : 10.0.75.1
Subnet mask . . . . . . . . . . . . . : 255.255.255.240
Default gateway . . . . . . . . . :
`
This is the part that was missing with the new installation.