I built a docker container inside a GCE Instance (Google Compute Engine instance). I want to access GCP instance internal IP inside this docker.
Try to access GCE internal IP inside docker:
$ curl 172.0.28.1:9200
I got a timeout for the connection.