You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ready to use Elasticsearch + Kubernetes discovery plug-in Docker image.
3
+
4
+
[](https://quay.io/repository/pires/docker-elasticsearch-kubernetes)
5
+
6
+
## Current software
7
+
8
+
* Oracle JRE 8 Update 45
9
+
* Elasticsearch 1.5.2
10
+
* Kubernetes plug-in 1.2.0
11
+
12
+
## Pre-requisites
13
+
14
+
* Docker 1.5.0+
15
+
16
+
## Run
17
+
18
+
You need a folder named `config` with your own version of `elasticsearch.yml`. You can add other Elasticserach configuration files to this folder, such as `logging.yml`.
19
+
20
+
```
21
+
docker run --rm -v /path/to/config:/elasticsearch/config quay.io/pires/docker-elasticsearch-kubernetes:1.5.2
22
+
```
23
+
24
+
In case you want to specify a data folder so that Elasticsearch writes to storage outside the container, run
25
+
```
26
+
docker run --rm -v /path/to/config:/elasticsearch/config -v /path/to/data_folder:/data quay.io/pires/docker-elasticsearch-kubernetes:1.5.2
0 commit comments