$ 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