doc(local-development): added tldr; explanation in the network routing doc

This commit is contained in:
Stephan Lo 2025-03-12 22:35:52 +00:00
parent 2accc93181
commit b623a09875

View file

@ -8,6 +8,8 @@ Add a route in windows to your docker network (e.g. 192.168.199.0/24) over the v
```powershell
# in windows admin mode
# 192.168.199.0/24: the network you want to route to, here: the dockernetwork inside vm
# 172.29.216.239 : the router address which routes the above network, here: the gateway inside the vm to windows
PS C:\Users\stl> route add 192.168.199.0/24 172.29.216.239
```