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.
1 parent 3d41858 commit 829d670Copy full SHA for 829d670
Dockerfile
@@ -1,5 +1,5 @@
1
#
2
-# ElasticSearch Dockerfile
+# Elasticsearch Dockerfile
3
4
# https://github.com/dockerfile/elasticsearch
5
@@ -9,7 +9,7 @@ FROM dockerfile/java:oracle-java8
9
10
ENV ES_PKG_NAME elasticsearch-1.4.2
11
12
-# Install ElasticSearch.
+# Install Elasticsearch.
13
RUN \
14
cd / && \
15
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/$ES_PKG_NAME.tar.gz && \
0 commit comments