Closed grohan2002 closed 4 years ago
Something like a firewall or a proxy is preventing connections between where you're running curl and the host running the container.
Would suggest running the curl command in the container (through docker exec
) with localhost:9200 to confirm that Kibana is running as expected, then on the host at localhost:32770 to confirm that the port is mapped properly… and then you'll need to investigate connectivity between your remote client and the host.
(Tried replicating the port mapping on my machine, is working absolutely fine after creating the proper tunnels to go through the firewall.)
Closing this issue as it has been inactive for a while.
I am using the latest image -
curl http://localhost:32770 curl: (52) Empty reply from server