You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As we have a development workflow based on DNS, to achieve this we need the access to containers ips from the dev machies. It is quite straightforward on Linux, on OSX we just need to set a custom route 172.16.0.0/24 to the docker-machine.
How can we achieve this on WSL2 ? Is there something already supported ?
Thanks!
The text was updated successfully, but these errors were encountered:
I have a similar setup, and it unfortunatelly does not work out of the box with WSL2 since it's IP address changes every time you restart.
But, it works with Docker running inside WSL2. So, if you can set up your development workflow to use Docker instead it works fine.
I have nginx running with Docker on WSL2 and dnsmasq pointing all *.user.local wildcard-domains to 192.168.1.100 which is assigned to my Windows machine. This allows me to access my services from any device within my LAN.
Is your feature request related to a problem? Please describe.
As we have a development workflow based on DNS, to achieve this we need the access to containers ips from the dev machies. It is quite straightforward on Linux, on OSX we just need to set a custom route 172.16.0.0/24 to the docker-machine.
How can we achieve this on WSL2 ? Is there something already supported ?
Thanks!
The text was updated successfully, but these errors were encountered: