Sign inSign up

marlic/elasticsearch-head

By marlic

Updated almost 10 years ago

A container that runs elasticsearch-head plugin as a standalone server (works with elasticsearch:5)

Image
1

10K+

marlic/elasticsearch-head repository overview

Prepare Elasticsearch config for this plugin

in config file for eg.: elasticsearch.yml add lines:

http.cors.enabled: true
http.cors.allow-origin: "*"
Install and run container with docker-compose

create file: docker-compose.yml

version: '2'
services:
  head:
    image: marlic/elasticsearch-head
    ports:
      - "9100:80"

and run in console

docker-compose up
Dockerfile github repo:

https://github.com/marlic7/docker-elasticsearch-head.git

Tag summary

Content type

Image

Digest

Size

68.6 MB

Last updated

almost 10 years ago

docker pull marlic/elasticsearch-head