Skip to content

printedheart/docker-couchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aptible/couchdb

Docker Repository on Quay.io

CouchDB on Docker.

Installation and Usage

docker pull quay.io/aptible/couchdb
docker run quay.io/aptible/couchdb

Advanced Usage

Creating a database user with password

docker run -v <host-mountpoint>/couchdb:/var/lib/couchdb quay.io/aptible/couchdb sh -c "couchdb -b && sleep 1 && curl -X PUT localhost:5984/_config/admins/aptible -d '\"password\"'"

Creating a database

docker run -v <host-mountpoint>/couchdb:/var/lib/couchdb quay.io/aptible/couchdb sh -c "couchdb -b && sleep 1 && curl -X PUT http://localhost:5984/db"

Available Tags

  • latest: Currently CouchDB 1.5.0

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

bats test

Deployment

To push the Docker image to Quay, run the following command:

make release

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2014 Aptible and contributors.

@fancyremarker

About

CouchDB on Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published