How can I access a service running on WSL2 from inside a Docker container?
So what you need to do in the windows machine port forward the port you are running on the WSL machine, this script port forwards the port 4000 netsh interface portproxy delete v4tov4 listenport=”4000″ # Delete any existing port 4000 forwarding $wslIp=(wsl -d Ubuntu -e sh -c “ip addr show eth0 | grep ‘inet\b’ | … Read more