Sign inSign up

clakech/couchbase-elastic

By clakech

Updated almost 11 years ago

Docker couchbase configured to replicate data bucket to elasticsearch index

Image
0

718

clakech/couchbase-elastic repository overview

Couchbase with Elastic replication Dockerfile

This repository contains Dockerfile of Couchbase with Elastic replication 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/couchbase-elastic

    (alternatively, you can build an image from Dockerfile: docker build -t="clakech/couchbase-elastic" github.com/clakech/couchbase-elastic)

Usage with docker compose

docker-compose up -d

After few seconds, open http://<host>:8091 using login root/foobar to see the result.

Usage with docker only

run a elastic-couchbase node first:

docker run -d --name elastic-couchbase -p 9200:9200 -p 9300:9300 -p 9091:9091 clakech/elastic-couchbase

then, run a couchbase-elastic node linked to the elastic-couchbase node:

docker run -d --link elastic-couchbase --name couchbase-elastic -p 8091:8091 couchbase-elastic

see couchbase/server for more options

After few seconds, open http://<host>:8091 using login root/foobar to see the result.

Tag summary

Content type

Image

Digest

sha256:67dd67225

Size

252.3 MB

Last updated

almost 11 years ago

docker pull clakech/couchbase-elastic