Sign inSign up

mschoch/elasticsearch

By mschoch

Updated almost 11 years ago

Elasticsearch built on top of mschoch/java.

Image
0

2.0K

mschoch/elasticsearch repository overview

Usage

Ports 9200, 9300 are exposed by default under randomly generated host ports. To make good use of the server, you probably want to specify your own.

Example

If you'd like to preserve your data across invocations, you'll want to create space on the host to map in:

mkdir -p /home/core/data/elasticsearch

Example execution of that image using the above directory mapping:

sudo docker run -v /home/core/data/elasticsearch:/var/lib/elasticsearch  -p 9200:9200 -p 9300:9300  mschoch/elasticsearch

Source

The dockerfile used to create this image is in this gist.

Tag summary

Content type

Image

Digest

sha256:dc5cbb1fc

Size

253.9 MB

Last updated

almost 11 years ago

docker pull mschoch/elasticsearch