Merge pull request #708 from fxdgear/nick/update_docker_script

Elastic now supports oss Docker Images
This commit is contained in:
Nick Lang
2018-01-10 13:41:02 -07:00
committed by GitHub
+1 -3
View File
@@ -6,7 +6,6 @@ ES_VERSION=${ES_VERSION:-"latest"}
ES_TEST_SERVER=${ES_TEST_SERVER:-"http://localhost:9200"}
exec docker run -d \
-e script.inline=true \
-e path.repo=/tmp \
-e "repositories.url.allowed_urls=http://*" \
-e node.attr.testattr=test \
@@ -14,5 +13,4 @@ exec docker run -d \
-v `pwd`/../elasticsearch:/code/elasticsearch \
-v /tmp:/tmp \
-p "9200:9200" \
fxdgear/elasticsearch:$ES_VERSION
docker.elastic.co/elasticsearch/elasticsearch-oss:$ES_VERSION