Last active
November 4, 2015 13:55
-
-
Save AntDek/b0e664a5b6054eac94b7 to your computer and use it in GitHub Desktop.
DockerFile: Elastic with plugins
This file contains 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 plugin -i elasticsearch/marvel/latest | |
RUN plugin -i lmenezes/elasticsearch-kopf/latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment