Skip to content

Commit c020aec

Browse files
committed
Merge pull request #32 from jasonkuhrt/patch-1
ElasticSearch -> Elasticsearch
2 parents 6c50128 + 829d670 commit c020aec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# ElasticSearch Dockerfile
2+
# Elasticsearch Dockerfile
33
#
44
# https://github.com/dockerfile/elasticsearch
55
#
@@ -9,7 +9,7 @@ FROM dockerfile/java:oracle-java8
99

1010
ENV ES_PKG_NAME elasticsearch-1.4.2
1111

12-
# Install ElasticSearch.
12+
# Install Elasticsearch.
1313
RUN \
1414
cd / && \
1515
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/$ES_PKG_NAME.tar.gz && \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## ElasticSearch Dockerfile
1+
## Elasticsearch Dockerfile
22

33

4-
This repository contains **Dockerfile** of [ElasticSearch](http://www.elasticsearch.org/) for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/dockerfile/elasticsearch/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).
4+
This repository contains **Dockerfile** of [Elasticsearch](http://www.elasticsearch.org/) for [Docker](https://www.docker.com/)'s [automated build](https://registry.hub.docker.com/u/dockerfile/elasticsearch/) published to the public [Docker Hub Registry](https://registry.hub.docker.com/).
55

66

77
### Base Docker Image
@@ -26,7 +26,7 @@ This repository contains **Dockerfile** of [ElasticSearch](http://www.elasticsea
2626

2727
1. Create a mountable data directory `<data-dir>` on the host.
2828

29-
2. Create ElasticSearch config file at `<data-dir>/elasticsearch.yml`.
29+
2. Create Elasticsearch config file at `<data-dir>/elasticsearch.yml`.
3030

3131
```yml
3232
path:

0 commit comments

Comments
 (0)