"docker + elasticsearch" or "docker + kibana"
https://segmentfault.com/a/1190000004376504
https://yq.aliyun.com/articles/60657
http://www.tuicool.com/articles/RFZFVbe
坑4:
这个镜像gcr.io/google_containers/elasticsearch:v2.4.1-2一直报错:
failed to send ping to [{#zen_unicast_1#}{127.0.0.1}{127.0.0.1:9300}]
NodeNotConnectedException[[][127.0.0.1:9300] Node not connected]
。。。
使用docker hub官方的镜像可消除此问题。
docker run -d -p 9200:9200 -p 9300:9300 --name myes elasticsearch:2.4.5