Creates a couchbase server container with default administrator and a default bucket
1.7K
This is a docker image that installs the couchbase server.
It's basically a fork from the official couchbase/server image. The server is installed via dpkg and gets downloaded via the package that the guys over at couchbase have prepared for us. Currently I am using the 4.1 developer preview.
The major differences to the official image are:
The major feature I was working on for a while is that the container has a default user and a default bucket set, so one can just start without having to do lots of configuration.
The defaults username is desmond. (I just recently finished watching LOST for the second time and I like him a lot).
The default password is secret_password (Must be changed).
The default bucket is called sync_gateway .
When the container is building there are some messages popping up. Like the following:
Anyways the container is working!
Copyright (c) mychiara | svs under the GPLv2 license.
Content type
Image
Digest
sha256:a97716c4c…
Size
181.3 MB
Last updated
over 8 years ago
docker pull mychiara/docker-couchbase-server