Sign inSign up

lucasko/elasticsearch

By lucasko

Updated almost 9 years ago

Elasticsearch 2.3 on Docker

Image
0

1.4K

lucasko/elasticsearch repository overview

To build image
docker build -t elasticsearch:2.3 .
To run the container
docker run -p 29200:9200 -p 29300:9300  -d -it elasticsearch:2.3
To Connect the head plugin of elasticsearch
http://localhost:29200/_plugin/head/

Tag summary

Content type

Image

Digest

Size

339 MB

Last updated

almost 9 years ago

docker pull lucasko/elasticsearch