Elasticsearch is a distributed RESTful search engine built for the cloud.*
Build from the official elasticsearch docker image. Stick to current version.
Configuration based on the official template and files embedded with an image.
elasticsearch.yml taken from the template and edited with:
network.host
set to0.0.0.0
.discovery.type
set tosingle-node
.
log4j2.properties was taken from the current image. No changes made.
jvm.options was taken from the current image. No changes made.
Deploy with docker using embedded ops-docker tool.
Exec scripts/start
to launch local instance.