Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Dockerized CouchDB
https://github.com/theobrigitte/couchdb-docker

Last synced: 6 days ago
JSON representation

Dockerized CouchDB

Awesome Lists containing this project

README

        

# CouchDB

Dockerized CouchDB `1.6.1` (Erlang `17.3`)

* Built on debian:jessie
* Image size 219.5 MB
* Volumes for data and logs
* CouchDB running on (default) port 5984

## Run
```
docker pull theo01/couchdb
docker run -d -p 5984:5984 theo01/couchdb
curl http://localhost:5984
```