DNS error in edge-runtime container (rootless Docker in WSL2)
Hi, I'm seeing the following error in the edge-runtime Docker container on my local machine (it happens when trying to load dependencies defined in my Edge function):
I'm running rootless Docker in Windows WSL2, after I failed to get Docker for Windows working (there is an open bug on Github). I'm wondering if someone is using the same set up and got it working?
Notes:
I'm running rootless Docker in Windows WSL2, after I failed to get Docker for Windows working (there is an open bug on Github). I'm wondering if someone is using the same set up and got it working?
Notes:
- Networking otherwise seems to work ok in WSL (e.g. I can ping, curl etc. external hosts)
- I got an error during rootless Docker install so I had to use
--skip-iptablesoption. - I tried starting Docker with
--iptablesoption to override the--skip-iptableswhich was set during installation, but it didn't help. - I tried setting
generateResolvConf=falsein /etc/wsl.conf and using a custom nameserver (Cloudlfare) in /etc/resolv.conf, but it didn't help. - I tried starting supabase with
--dns-resolver httpsoption, but it didn't help.