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.
Install Docker.
Download trusted build from public Docker Registry: docker pull jamesdbloom/couchbase
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
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
Content type
Image
Digest
sha256:963a28157…
Size
250.6 MB
Last updated
almost 11 years ago
docker pull jamesdbloom/couchbase