Unofficial Apache CouchDB images for 1.5.x versions
707
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.
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
Content type
Image
Digest
Size
91.3 MB
Last updated
over 10 years ago
docker pull ellneal/couchdb:1.5.1