Created
May 13, 2020 22:01
-
-
Save sherifabdlnaby/437e9ea3b2f28196d9c7ecdedbea1422 to your computer and use it in GitHub Desktop.
Elasticsearch Base Dockerfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/elastic/elasticsearch-docker | |
FROM docker.elastic.co/elasticsearch/elasticsearch:7.6.2 | |
# Add your elasticsearch plugins setup here | |
# Example: RUN elasticsearch-plugin install analysis-icu | |
#RUN elasticsearch-plugin install --batch repository-s3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment