I am able to access elasticsearch 2.2.0 running @ http://192.168.99.100:9200/ but not at localhost:9200/
docker ps
lists elasticsearch’s external port as 0.0.0.0:9200/9300
I managed to successfully access the external port of a mongoDB instance, so i’m thinking its an elasticsearch issue.
I am running OSX 10.10.5.
Please halp! thanks.