Sign inSign up

partlab/ubuntu-couchdb

By partlab

•Updated over 10 years ago

Docker image to run an out of the box CouchDB.

Image
0

489

partlab/ubuntu-couchdb repository overview

⁠partlab/ubuntu-couchdb

Docker image to run an out of the box CouchDB.

⁠Usage
⁠Build
$ docker build -t partlab/ubuntu-couchdb .
⁠Download automated build
$ docker pull partlab/ubuntu-couchdb
⁠Running the CouchDB server
$ docker run -d -p 5984:5984 --name couchdb partlab/ubuntu-couchdb
⁠Running the CouchDB server with persistent directory
$ docker run -d -p 5984:5984 --name couchdb -v <data-dir>/db:/var/lib/couchdb partlab/ubuntu-couchdb
⁠Environment variables
  • COUCHDB_PASSWORD: Password for the admin user (defaults a password is created - get the password via docker logs )
⁠Tips
⁠VirtualBox (boot2docker-vm)
$ boot2docker halt
$ VBoxManage modifyvm "boot2docker-vm" --natpf1 "tcp-port5984,tcp,,5984,,5984"
$ boot2docker up

Tag summary

Content type

Image

Digest

sha256:4dad2113c…

Size

137.4 MB

Last updated

over 10 years ago

docker pull partlab/ubuntu-couchdb