You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
## ElasticSearch Dockerfile
1
+
## Elasticsearch Dockerfile
2
2
3
3
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/).
5
5
6
6
7
7
### Base Docker Image
@@ -26,7 +26,7 @@ This repository contains **Dockerfile** of [ElasticSearch](http://www.elasticsea
26
26
27
27
1. Create a mountable data directory `<data-dir>` on the host.
28
28
29
-
2. Create ElasticSearch config file at `<data-dir>/elasticsearch.yml`.
29
+
2. Create Elasticsearch config file at `<data-dir>/elasticsearch.yml`.
0 commit comments