Commit e7675d56 by Clinton Blackburn

Added Elasticsearch Dockerfile for devstack

This Dockerfile is based on the official image (rather than built from scratch by us) and includes the elasticsearch-head plugin.
parent 4958b680
# docker build -f docker/build/elasticsearch-devstack/Dockerfile . -t edxops/elasticsearch:devstack
FROM elasticsearch:1.5.2
MAINTAINER edxops
# Install the elastcisearch-head plugin (https://mobz.github.io/elasticsearch-head/)
RUN /usr/share/elasticsearch/bin/plugin -install mobz/elasticsearch-head
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment