© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
8 replies
iba

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):
error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
An error has occured
InvalidWorkerCreation: worker boot error
error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution
An error has occured
InvalidWorkerCreation: worker boot error


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-iptables
--skip-iptables
option.
* I tried starting Docker with
--iptables
--iptables
option to override the
--skip-iptables
--skip-iptables
which was set during installation, but it didn't help.
* I tried setting
generateResolvConf=false
generateResolvConf=false
in /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 https
--dns-resolver https
option, but it didn't help.
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Docker build error -> edge-runtime
SupabaseSSupabase / help-and-questions
14mo ago
Local Edge Functions docker container is not working
SupabaseSSupabase / help-and-questions
7mo ago
Run only Supabase edge-runtime container with supabase start
SupabaseSSupabase / help-and-questions
3y ago
GoTrue not supported in Edge Runtime?
SupabaseSSupabase / help-and-questions
4y ago