Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sbisbee/docker-couchdb

Docker build files to build CouchDB images.
https://github.com/sbisbee/docker-couchdb

Last synced: about 2 months ago
JSON representation

Docker build files to build CouchDB images.

Awesome Lists containing this project

README

        

docker-couchdb
==============

This repo is only for those modifying the images. To use the Docker images you
just need to use Docker.

- Get the images: `docker pull sbisbee/couchdb`

- Start CouchDB 1.5: `docker run sbisbee/couchdb:1.5`

This container does the following:

- Installs and configures CouchDB from source.

- Enables SSL and uses a self signed certificate, configured to listen on
port 6984.

- Automatically starts the couchdb service and makes it listen on localhost.

- Provides images for 1.3, 1.4, and 1.5.