-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
How to access containers by internal IP 172.x.x.x from dev machine (with docker for windows installed)? So by default you can not connect to containers.
I found out that it can be achived by adding route manually (you actually need to add routes for each sub-netwrok, I usually do for 17-25):
route /P add 172.17.0.0 MASK 255.255.0.0 10.0.75
route /P add 172.18.0.0 MASK 255.255.0.0 10.0.75
route /P add 172.19.0.0 MASK 255.255.0.0 10.0.75
...
Is is a valid method? Shouldn't it be made possible by default?
Hronom, wclr, mverrilli, orkideh, mbiokyle29 and 54 morex0ptr, seyfullahkilic, vguedez, silkfire, GabrielBBF and 3 more