You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've disabled Docker/WSL2 integration on our workstations because WSL2 doesn't bind to the IPv4 loopback address 127.0.0.1 when a container app binds to 0.0.0.0. WSL2 does bind to the IPv6 loopback though as described in this issue:
The fix may be as easy as updating the unit text fixtures to use the localhost hostname instead of the IPv4 loopback address. This works because the DNS lookup for localhost returns [::1].
It would be nice to get this working because Docker on WSL2 is supposed to perform much better.
The text was updated successfully, but these errors were encountered:
We've disabled Docker/WSL2 integration on our workstations because WSL2 doesn't bind to the IPv4 loopback address 127.0.0.1 when a container app binds to 0.0.0.0. WSL2 does bind to the IPv6 loopback though as described in this issue:
microsoft/WSL#4983
The fix may be as easy as updating the unit text fixtures to use the localhost hostname instead of the IPv4 loopback address. This works because the DNS lookup for localhost returns [::1].
It would be nice to get this working because Docker on WSL2 is supposed to perform much better.
The text was updated successfully, but these errors were encountered: