Docker Image with Elasticsearch server (1.6.0).
docker run \
-d \
--name elasticsearch \
-p 9200:9200 \
million12/elasticsearch
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
htttp://elasticsearch_ip:9200/_plugin/marvel
For easy deployment using systemd we provide an example of .service file. See systemd directory
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.
Content type
Image
Digest
sha256:957d69a62…
Size
151.1 MB
Last updated
over 8 years ago
docker pull million12/elasticsearch