Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbisbee/docker-couchdb
Docker build files to build CouchDB images.
https://github.com/sbisbee/docker-couchdb
Last synced: 3 months ago
JSON representation
Docker build files to build CouchDB images.
- Host: GitHub
- URL: https://github.com/sbisbee/docker-couchdb
- Owner: sbisbee
- Archived: true
- Created: 2013-09-10T19:07:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-02T02:04:43.000Z (about 11 years ago)
- Last Synced: 2024-08-02T12:42:39.489Z (6 months ago)
- Homepage: https://index.docker.io/u/sbisbee/couchdb/
- Size: 113 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - sbisbee/docker-couchdb - Docker build files to build CouchDB images. (others)
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.