Giter Site home page Giter Site logo

Comments (2)

booyaa avatar booyaa commented on June 29, 2024

we'll assume your elasticsearch container is running in daemon mode is called my-elasticsearch. use the docker exec command to enter the container, then issue the plugin command as you would in a normal installation:

plugin --install mobz/elasticsearch-head

the plugin binary is installed in /usr/share/elasticsearch/bin

from docs.

tianon avatar tianon commented on June 29, 2024

I've confirmed the following to be working on the current elasticsearch image (and would generally recommend using a Dockerfile for making your additions persistent):

FROM elasticsearch

RUN plugin install mobz/elasticsearch-head
Sending build context to Docker daemon 2.048 kB
Step 1 : FROM elasticsearch
 ---> 349b6f657f3b
Step 2 : RUN plugin install mobz/elasticsearch-head
 ---> Running in 2b642122ecac
-> Installing mobz/elasticsearch-head...
Trying https://github.com/mobz/elasticsearch-head/archive/master.zip ...
Downloading .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................DONE
Verifying https://github.com/mobz/elasticsearch-head/archive/master.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
Installed head into /usr/share/elasticsearch/plugins/head
 ---> ec06b59ac64a
Removing intermediate container 2b642122ecac
Successfully built ec06b59ac64a

from docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.