Skip to content

Dockerfiles for couchbase/server-sandbox automated build

Notifications You must be signed in to change notification settings

rishabh/server-sandbox

This branch is 8 commits ahead of couchbase/server-sandbox:6.0.1.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5dd2e10 · Jul 21, 2019

History

19 Commits
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019
Jul 18, 2019
Jul 21, 2019
Apr 22, 2019

Repository files navigation

Couchbase Sandbox

Running

You should need nothing installed on your machine except Docker. Type:

docker run --rm -p 8091-8095:8091-8095 -p 11210:11210 $(docker build -q --no-cache .)

(Replace "6.0.1" with the version of Couchbase Server you wish to explore.)

Then visit http://localhost:8091/ for the Server user interface. The login credentials are Administrator / password. You can also see this information by typing "docker logs couchbase-sandbox".

This image is configured as follows:

* Couchbase Server
* All services enabled with small but sufficient memory quotas
* travel-sample bucket installed
* FTS index named "hotels"
* Admin credentials: Administrator / password
* RBAC user with admin access to travel-sample bucket, with
  credentials admin / password

About

Dockerfiles for couchbase/server-sandbox automated build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 93.8%
  • Dockerfile 6.2%