Skip to content

A wrapper image for CouchDB that allows for bootstrapping on start-up.

License

Notifications You must be signed in to change notification settings

dominicbarnes/docker-couchdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-couchdb

This docker image is a wrapper around couchdb (v1.x) that adds the ability to bootstrap a server on startup.

Usage

In general, you'll use this as a base image and copy your own configuration into the /docker-entrypoint-init.d/ volume.

Refer to couchdb-bootstrap's documentation for examples and usage information. (all of that is applicable here)

FROM dominicbarnes/couchdb
COPY _couchdb /docker-entrypoint-init.d

In addition, everything from couchdb:1's documentation is relevant too. You can include your own local.ini to set your start-up configuration.

About

A wrapper image for CouchDB that allows for bootstrapping on start-up.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages