Created
August 25, 2015 12:37
-
-
Save marcbachmann/0e05a7b427c2e71d5ef3 to your computer and use it in GitHub Desktop.
Docker elasticsearch with modified config file
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
| FROM elasticsearch | |
| RUN sed -i.bak -e "s|^varname:.*$|varname: \"value"|;" /data/elasticsearch.yml | |
| RUN plugin -i elasticsearch/marvel/latest |
marcbachmann
commented
Aug 25, 2015
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment