A container that runs elasticsearch-head plugin as a standalone server (works with elasticsearch:5)
10K+
in config file for eg.: elasticsearch.yml add lines:
http.cors.enabled: true
http.cors.allow-origin: "*"
create file: docker-compose.yml
version: '2'
services:
head:
image: marlic/elasticsearch-head
ports:
- "9100:80"
and run in console
docker-compose up
Content type
Image
Digest
Size
68.6 MB
Last updated
almost 10 years ago
docker pull marlic/elasticsearch-head