diff --git a/elasticsearch-marvel/Dockerfile b/elasticsearch-marvel/Dockerfile new file mode 100644 index 00000000..76dbeca9 --- /dev/null +++ b/elasticsearch-marvel/Dockerfile @@ -0,0 +1,5 @@ +FROM dockerfile/elasticsearch + +MAINTAINER itzg + +RUN /elasticsearch/bin/plugin -i elasticsearch/marvel/latest diff --git a/elasticsearch-marvel/README.md b/elasticsearch-marvel/README.md new file mode 100644 index 00000000..037f73af --- /dev/null +++ b/elasticsearch-marvel/README.md @@ -0,0 +1 @@ +This image extends the official elasticsearch image by adding the Marvel Sense plugin. This will get you a system ready to use with the [ElasticSearch Getting Started Guide](http://www.elasticsearch.org/guide/en/elasticsearch/guide/current).