Sign inSign up

ellneal/couchdb

By ellneal

Updated over 10 years ago

Unofficial Apache CouchDB images for 1.5.x versions

Image
0

707

ellneal/couchdb repository overview

1.5.x Apache CouchDB Images

These images provide 1.5.x versions of CouchDB, which aren't supported by the official CouchDB docker source. You can either use them directly or inherit from them to make configuration changes to CouchDB.

Adding an admin user

You can create an admin user easily by inheriting from this image.

FROM ellneal/couchdb:1.5.1

# Add the CouchDB admin
ENV COUCHDB_USER admin
ENV COUCHDB_PASSWORD supersecretpassword

RUN sed -e "s/^;admin = mysecretpassword$/${COUCHDB_USER} = ${COUCHDB_PASSWORD}/" -i /usr/local/etc/couchdb/local.ini

Tag summary

Content type

Image

Digest

Size

91.3 MB

Last updated

over 10 years ago

docker pull ellneal/couchdb:1.5.1