From 8973e7dc7b9809c323ec03d0e5e7ffa0c3142259 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Sat, 15 Nov 2014 15:29:49 -0600 Subject: [PATCH] Deprecating the elasticsearch-marvel image --- elasticsearch-marvel/Dockerfile | 5 ----- elasticsearch-marvel/README.md | 14 ++++---------- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 elasticsearch-marvel/Dockerfile diff --git a/elasticsearch-marvel/Dockerfile b/elasticsearch-marvel/Dockerfile deleted file mode 100644 index 76dbeca9..00000000 --- a/elasticsearch-marvel/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -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 index 90ada83e..390fedc8 100644 --- a/elasticsearch-marvel/README.md +++ b/elasticsearch-marvel/README.md @@ -1,11 +1,5 @@ -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). +**This image is now deprecated. ** -Start the container with a command-line such as - - 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) +Please use [itzg/elasticsearch](https://registry.hub.docker.com/u/itzg/elasticsearch/) +instead. See the plugins configuration section for that image to see how +to install Marvel.