From 6dbbcf61b7fcba6bb3804114c1b62089a7c8a6af Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Mon, 14 Jul 2014 14:16:47 -0500 Subject: [PATCH] Update README.md --- elasticsearch-marvel/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/elasticsearch-marvel/README.md b/elasticsearch-marvel/README.md index 287e818c..90ada83e 100644 --- a/elasticsearch-marvel/README.md +++ b/elasticsearch-marvel/README.md @@ -1,7 +1,11 @@ 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). -With Marvel Sense installed you can access it using a URL like: +Start the container with a command-line such as - http://192.168.1.216:9200/_plugin/marvel/sense/index.html + 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 (replacing the IP address shown here with your Docker host's)