Sign inSign up

clakech/elastic-couchbase

By clakech

Updated almost 11 years ago

Docker Elasticsearch configured with couchbase and head plugin

Image
0

1.1K

clakech/elastic-couchbase repository overview

Elasticsearch with Couchbase Dockerfile

This repository contains Dockerfile of Elasticsearch with Couchbase and head plugin for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image
Installation
  1. Install Docker.

  2. 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)

Usage
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.

Tag summary

Content type

Image

Digest

sha256:b5bfa7ad2

Size

330.5 MB

Last updated

almost 11 years ago

docker pull clakech/elastic-couchbase