You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
$ 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
The text was updated successfully, but these errors were encountered: