Skip to content

Commit d3b8860

Browse files
committed
Using elasticsearch image from docker hub
See #9 and #10
1 parent f81d0c2 commit d3b8860

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ First you need to run container with elasticsearch:
8282
--detach \
8383
--publish 9200:9200 \
8484
--name elasticsearch \
85-
elasticsearch
85+
elasticsearch:1.7.3 \
86+
elasticsearch -Des.node.name='TestNode'
8687

8788
You can check that you have elasticsearch running with the command:
8889

elasticsearch/Dockerfile

Lines changed: 0 additions & 17 deletions
This file was deleted.

elasticsearch/README.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)