doc(local-development): added tldr; explanation in the network routing doc
This commit is contained in:
parent
2accc93181
commit
b623a09875
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue