Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to access nginx through browser #15

Open
fightinggg opened this issue Apr 23, 2020 · 0 comments
Open

How to access nginx through browser #15

fightinggg opened this issue Apr 23, 2020 · 0 comments

Comments

@fightinggg
Copy link

$ docker run -d --name nginx -p80:80 nginx
$ curl 172.16.0.2
this is successful

but when I open 172.16.0.2 through chrome, it doesn't work

another example is that I can ping Kafka IP successful when I build a Kafka clusters Outside docker
but I can't connect with Kafka clusters Outside docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant