docker-minecraft-server/elasticsearch-marvel/README.md

12 lines
576 B
Markdown
Raw Normal View History

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).
2014-06-01 22:20:00 +00:00
2014-07-14 19:16:47 +00:00
Start the container with a command-line such as
2014-06-01 22:20:00 +00:00
2014-07-14 19:16:47 +00:00
docker run -d --name es -p 9200:9200 -p 9300:9300 itzg/elasticsearch-marvel
and now with Marvel Sense installed you can access it using a URL like:
http://192.168.59.103:9200/_plugin/marvel/sense/index.html
2014-06-01 22:20:00 +00:00
(replacing the IP address shown here with your Docker host's)