panubo / docker-couchdb

CouchDB Docker image

Home Page:https://hub.docker.com/r/panubo/couchdb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice

This repository is no longer maintained and has been archived.


CouchDB Docker image

CouchDB Docker image based on Fedora 23.

Use

If COUCHDB_DATABASE is specified then an empty database will be created when the volume is initialised. If COUCHDB_USER and COUCHDB_PASS is specified then an admin user will be created when the volume is initialised and when the container is started (if no admins are present).

docker run --publish=5984:5984 -e COUCHDB_DATABASE=baz -i -t panubo/couchdb

Status

Production stable. However for new deployments we recommend using the official container.

About

CouchDB Docker image

https://hub.docker.com/r/panubo/couchdb/

License:MIT License


Languages

Language:Shell 73.3%Language:Dockerfile 26.7%