Docker Elasticsearch configured with couchbase and head plugin
1.1K
This repository contains Dockerfile of Elasticsearch with Couchbase and head plugin for Docker's automated build published to the public Docker Hub Registry.
Install Docker.
Download automated build from public Docker Hub Registry: docker pull clakech/elastic-couchbase
(alternatively, you can build an image from Dockerfile: docker build -t="clakech/elastic-couchbase" github.com/clakech/elastic-couchbase)
docker run -d --name elastic-couchbase -p 9200:9200 -p 9300:9300 -p 9091:9091 clakech/elastic-couchbase
see clakech/elasticsearch for more options
After few seconds, open http://<host>:9200/_plugin/head/ to see the result.
Content type
Image
Digest
sha256:b5bfa7ad2…
Size
330.5 MB
Last updated
almost 11 years ago
docker pull clakech/elastic-couchbase