Sign inSign up

krallin/elasticsearch

By krallin

Updated almost 11 years ago

Elasticsearch in Docker

Image
0

1.1K

krallin/elasticsearch repository overview

Elasticsearch

An Elasticsearch Docker image inspired by the structure of the Docker trusted images, as well as Elasticsearch's own init script.

Usage

Basic usage (using the CMD defined in the Dockerfile):

docker run krallin/elasticsearch

Pass additional options with command line flags (but don't forget to pass the executable name elasticsearch when you do that!):

docker run krallin/elasticsearch elasticsearch -Des.node.name="Test"

You can of course add a volume and pass configuration to Elasticsearch using the -Des.config flag.

https://registry.hub.docker.com/u/krallin/elasticsearch/

Tag summary

Content type

Image

Digest

sha256:f1dd05e68

Size

167.3 MB

Last updated

almost 11 years ago

docker pull krallin/elasticsearch