Thanks for reading the post.
I have a windows7 host, on which I have a boot2docker installed. And via the boot2docker, I created a docker jenkins container.
Now, on my windows7 machine, I am able to access the jenkins page by hitting the url http://192.168.99.100:8080 (because:
- I exposed(published) the 8080 port of the "Jenkins" to the boot2docker's 8080.
boot2docker has an ip 192.168.99.100
the windows 7 machine has a 192.168.99.1 which connects to the boot2docker.)
My windows 7 is also on a larger company network and say it is assigned an ip of: 10.49.33.1.
My question is: What should I do to make the jenkins accessible to hosts on the 10.49.33.1/16 network? (I appreciate if you could provide instructions in details as much as possible.)
thanks,