Sign inSign up

enalean/elasticsearch-tuleap

By enalean

Updated almost 11 years ago

Image
0

1.9K

enalean/elasticsearch-tuleap repository overview

ElasticSearch tuleap Dockerfile

Based on dockerfile/elasticsearch, this repository allow to build docker image with plugins needed for development.

Installation & configuration
  1. Create a mountable data directory <data-dir> on the host.

  2. Create ElasticSearch config file at <data-dir>/elasticsearch.yml.

```yml
path:
  logs: /data/log
  data: /data/data

script.disable_dynamic: false
```

3. Start a container by mounting data directory and specifying the custom configuration file:

```sh
docker run -d -p 9200:9200 -v <data-dir>:/data enalean/elasticsearch-tuleap /elasticsearch/bin/elasticsearch -Des.config=/data/elasticsearch.yml
```

After few seconds, open http://<host>:9200 to see the result.

Tag summary

Content type

Image

Digest

sha256:04a9a62b1

Size

174.2 MB

Last updated

almost 11 years ago

docker pull enalean/elasticsearch-tuleap