Sign inSign up

million12/elasticsearch

By million12

Updated over 8 years ago

Elasticsearch (CentOS 7)

Image
7

10K+

million12/elasticsearch repository overview

Elasticsearch docker image

Circle CI

Docker Image with Elasticsearch server (1.6.0).

Installed Plugins:
  1. Marvel Docs
Run
docker run \
-d \
--name elasticsearch \
-p 9200:9200 \
million12/elasticsearch
Custom Config

User can use custom configuration file by adding -v option into run command (see example).
Default configuration directory: /opt/elasticsearch/config/

docker run \
-d \
--name elasticsearch \
-p 9200:9200 \
-v /path/to/myconfig.file:/opt/elasticsearch/config/elasticsearch.yml \
million12/elasticsearch
Access Web Interface

htttp://elasticsearch_ip:9200/_plugin/marvel

SystemD .service file

For easy deployment using systemd we provide an example of .service file. See systemd directory

Author(s)

Author: Marcin ryzy Ryzycki ([email protected])
Author: Przemyslaw Ozgo ([email protected])


Sponsored by Typostrap.io - the new prototyping tool for building highly-interactive prototypes of your website or web app. Built on top of TYPO3 Neos CMS and Zurb Foundation framework.

Tag summary

Content type

Image

Digest

sha256:957d69a62

Size

151.1 MB

Last updated

over 8 years ago

docker pull million12/elasticsearch