mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 13:52:27 +00:00
Restoring elasticsearch-marvel "module" under common git repo
This commit is contained in:
parent
ab95a411f5
commit
97ebcb0fd9
2 changed files with 6 additions and 0 deletions
5
elasticsearch-marvel/Dockerfile
Normal file
5
elasticsearch-marvel/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM dockerfile/elasticsearch
|
||||
|
||||
MAINTAINER itzg
|
||||
|
||||
RUN /elasticsearch/bin/plugin -i elasticsearch/marvel/latest
|
1
elasticsearch-marvel/README.md
Normal file
1
elasticsearch-marvel/README.md
Normal file
|
@ -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).
|
Loading…
Reference in a new issue