OrbStack's automatic DNS resolution for .k8s.orb.local domains works from the macOS host but fails from within Docker containers.
Expected Behavior: Docker containers should be able to resolve and connect to .k8s.orb.local domains automatically.
Actual Behavior: DNS resolution fails with EAI_AGAIN errors when attempted from within containers.
# Perform requests from inside and outside containers to see the result
./test-orbstack-dns.shIf everything is working the output should contain 200 errors both in and out of the container.
======== HOST CHECK ========
SUCCESS: 200 OK
======== END HOST CHECK ========
======== CONTAINER CHECK ========
SUCCESS: 200 OK
======== END CONTAINER CHECK ========