Container for Couchbase Community that auto-configures the node based on environment variables
10K+
A Docker container for Couchbase Community that auto-configures the cluster based on environment variables
$ docker run -d -e CB_RAMSIZE=256 --name couchbase -p 8091-8094:8091-8094 -p 11210:11210 crobin/couchbase-community
$ docker logs -f couchbase
* Starting couchbase .... started !
* Creating couchbase cluster
* Using random password: <random password here>
* Setting memory quota
* Setting up services
* Setting up storage
storageMode: forestdb
logLevel: info
stableSnapshotInterval: 5000
maxRollbackPoints: 5
memorySnapshotInterval: 200
indexerThreads: 0
* Setting up credentials and port
newBaseUri: http://127.0.0.1:8091/
* Setup finished -- Web UI available at http://<ip>:8091
The following variables are available
Content type
Image
Digest
Size
181 MB
Last updated
over 8 years ago
docker pull crobin/couchbase-community