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
Revert "Use a custom hostname for Docker interception"
This reverts commit 08020b0.
This breaks interception on Windows (and presumably Mac) because
host.docker.internal is used as the target IP for the host mapping, and
that's not an IP. We could use host-gateway, but that's not widely
supported yet (Engine 20.10/API 1.41 only). Only a minor benefit, so
just rolling this back for now, so we can use host.docker.internal
everywhere and get maximum easy compatibility in the short term.
0 commit comments