Not an issue as such, more a note. If we wish to support Windows with this tool, the following routing command will work:
In an elevated prompt (Win+X), route ADD 172.16.0.0 MASK 255.240.0.0 192.168.99.100, where 192.168.99.100 is the docker-machine that is running, will perform the same routing as on OSX and Linux.
Not an issue as such, more a note. If we wish to support Windows with this tool, the following routing command will work:
In an elevated prompt (Win+X),
route ADD 172.16.0.0 MASK 255.240.0.0 192.168.99.100, where 192.168.99.100 is the docker-machine that is running, will perform the same routing as on OSX and Linux.