Skip to content

Instantly share code, notes, and snippets.

@sherifabdlnaby
Created May 13, 2020 22:01
Show Gist options
  • Save sherifabdlnaby/437e9ea3b2f28196d9c7ecdedbea1422 to your computer and use it in GitHub Desktop.
Save sherifabdlnaby/437e9ea3b2f28196d9c7ecdedbea1422 to your computer and use it in GitHub Desktop.
Elasticsearch Base Dockerfile
# 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