Sign inSign up

sa40039455/elasticsearch

By sa40039455

•Updated over 6 years ago

Level1 -> 2

Image
0

10K+

sa40039455/elasticsearch repository overview

⁠[ Commands to run ]

docker pull sa40039455/elasticsearch

docker run --name "NAME" -p "Desired Port":9200 -p "Another desired port":9300 -d sa40039455/elasticsearch

⁠[ Example ]

docker run --name es -p 8080:9200 -p 8081:9300 -d sa40039455/elasticsearch

⁠[ CURL request examples to pull Json ]

curl http://127.0.0.1:8080/
curl http://127.0.0.1:8080/_cat/plugins

⁠[ Dockerfile Commands I used ]

FROM elasticsearch:2

RUN /usr/share/elasticsearch/bin/plugin install --batch cloud-aws

ENV discovery.type=single-node

EXPOSE 9200

Tag summary

Content type

Image

Digest

Size

209.1 MB

Last updated

over 6 years ago

docker pull sa40039455/elasticsearch