Skip to content

Instantly share code, notes, and snippets.

@AntDek
Last active November 4, 2015 13:55
Show Gist options
  • Save AntDek/b0e664a5b6054eac94b7 to your computer and use it in GitHub Desktop.
Save AntDek/b0e664a5b6054eac94b7 to your computer and use it in GitHub Desktop.
DockerFile: Elastic with plugins
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