Sign inSign up

qapps/elasticsearch

By qapps

Updated almost 11 years ago

Image
1

1.9K

qapps/elasticsearch repository overview

Elasticsearch

Installation

  1. Install Docker

  2. Download automated build from public Docker Hub Registry: docker pull qapps/elasticsearch (alternatively, you can build an image from Dockerfile: docker build -t="qapps/elasticsearch" github.com/qualiapps/elasticsearch)

Running the daemon

docker run -d -p 9200:9200 -p 9300:9300 --name elasticsearch qapps/elasticsearch

Attach persistent/shared directories

  1. Create a mountable data directory on the host.

  2. Start a container by mounting data directory:

    docker run -d -p 9200:9200 -p 9300:9300 -v <data-dir>:/data qapps/elasticsearch

Tag summary

Content type

Image

Digest

sha256:f2b69fb33

Size

330.6 MB

Last updated

almost 11 years ago

docker pull qapps/elasticsearch