Local domain name resolution with WSL & Docker
Solution 1:
Here is what worked for me:
- Open windows hosts file c:\Windows\System32\Drivers\etc\hosts
- Add a binding for your puma domain to localhost
127.0.0.1 mysite.test
- Save and restart windows
Here is what worked for me:
127.0.0.1 mysite.test