livingdocs/elasticsearch

By livingdocs

Updated about 2 months ago

The elasticsearch setup we at Livingdocs currently use in development

Image

100K+

Elasticsearch

The Elasticsearch setup we at Livingdocs currently use in development

Create a container and give it a name

docker run -p 9200:9200 -p 9300:9300 --name elasticsearch livingdocs/elasticsearch

Start an existing container

docker start elasticsearch

Runtime environment variables

To build this image manually

docker build --tag livingdocs/elasticsearch .

Docker Pull Command

docker pull livingdocs/elasticsearch