How can i access the website running inside a Dock

2019-03-16 17:26发布

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

1条回答
手持菜刀,她持情操
2楼-- · 2019-03-16 18:14

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

查看更多
登录 后发表回答