Sign inSign up

jamesdbloom/couchbase

By jamesdbloom

Updated almost 11 years ago

Image
6

3.9K

jamesdbloom/couchbase repository overview

Couchbase Dockerfile

This repository contains a Dockerfile to create an instance of Couchbase

This Dockerfile has been published as a trusted build to the public Docker Registry.

Dependencies
Installation
  1. Install Docker.

  2. Download trusted build from public Docker Registry: docker pull jamesdbloom/couchbase

Usage
  1. Create first node (with optional sample bucket) docker run -d --name couch_one -p 11210:11210 -p 8091:8091 -p 8092:8092 -e CLUSTER_INIT_USER=Administrator -e CLUSTER_INIT_PASSWORD=password -e SAMPLE_BUCKETS=\"beer-sample\" jamesdbloom/couchbase

  2. Create second node linked to the first docker run -d --name couch_two --link couch_one:couchbase -e CLUSTER_INIT_USER=Administrator -e CLUSTER_INIT_PASSWORD=password jamesdbloom/couchbase

James D Bloom

Tag summary

Content type

Image

Digest

sha256:963a28157

Size

250.6 MB

Last updated

almost 11 years ago

docker pull jamesdbloom/couchbase