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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Ready to use Elasticsearch + Kubernetes discovery plug-in Docker image.
6
6
## Current software
7
7
8
8
* Oracle JRE 8 Update 51
9
-
* Elasticsearch 1.7.0
9
+
* Elasticsearch 1.7.1
10
10
* Kubernetes plug-in 1.2.1
11
11
12
12
## Pre-requisites
@@ -18,10 +18,10 @@ Ready to use Elasticsearch + Kubernetes discovery plug-in Docker image.
18
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
19
20
20
```
21
-
docker run --rm -v /path/to/config:/elasticsearch/config quay.io/pires/docker-elasticsearch-kubernetes:1.7.0
21
+
docker run --rm -v /path/to/config:/elasticsearch/config quay.io/pires/docker-elasticsearch-kubernetes:1.7.1
22
22
```
23
23
24
24
In case you want to specify a data folder so that Elasticsearch writes to storage outside the container, run
25
25
```
26
-
docker run --rm -v /path/to/config:/elasticsearch/config -v /path/to/data_folder:/data quay.io/pires/docker-elasticsearch-kubernetes:1.7.0
26
+
docker run --rm -v /path/to/config:/elasticsearch/config -v /path/to/data_folder:/data quay.io/pires/docker-elasticsearch-kubernetes:1.7.1
0 commit comments