How can i access the website running inside container at ip 172.20.128.2 .I do not want to do port forwarding and using host ip. I am aware that i can forward docker port on host port and can access using host IP but i do not want to do in this way. I am using docker 1.10
This blog post explains many ways to reach your container from outside. Have a look Four ways to connect a docker container.
Be sure your web server is well configured testing at least once with -p option.
Also you can test with the --network host
option
Regards
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With