We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 676e328 + e620165 commit 021a31cCopy full SHA for 021a31c
test_elasticsearch/start_elasticsearch.sh
@@ -6,13 +6,11 @@ ES_VERSION=${ES_VERSION:-"latest"}
6
ES_TEST_SERVER=${ES_TEST_SERVER:-"http://localhost:9200"}
7
8
exec docker run -d \
9
- -e script.inline=true \
10
-e path.repo=/tmp \
11
-e "repositories.url.allowed_urls=http://*" \
12
-e node.attr.testattr=test \
13
-e ES_HOST=$ES_TEST_SERVER \
14
-v `pwd`/../elasticsearch:/code/elasticsearch \
15
-v /tmp:/tmp \
16
-p "9200:9200" \
17
-fxdgear/elasticsearch:$ES_VERSION
18
-
+docker.elastic.co/elasticsearch/elasticsearch-oss:$ES_VERSION
0 commit comments