Skip to content

Instantly share code, notes, and snippets.

@marcbachmann
Created August 25, 2015 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcbachmann/0e05a7b427c2e71d5ef3 to your computer and use it in GitHub Desktop.
Save marcbachmann/0e05a7b427c2e71d5ef3 to your computer and use it in GitHub Desktop.
Docker elasticsearch with modified config file
FROM elasticsearch
RUN sed -i.bak -e "s|^varname:.*$|varname: \"value"|;" /data/elasticsearch.yml
RUN plugin -i elasticsearch/marvel/latest
@marcbachmann
Copy link
Author

git clone git@gist.github.com:0e05a7b427c2e71d5ef3.git
cd 0e05a7b427c2e71d5ef3
docker build --tag ld-elasticsearch .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment