Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theobrigitte/couchdb-docker
Dockerized CouchDB
https://github.com/theobrigitte/couchdb-docker
Last synced: 6 days ago
JSON representation
Dockerized CouchDB
- Host: GitHub
- URL: https://github.com/theobrigitte/couchdb-docker
- Owner: TheoBrigitte
- Created: 2015-12-01T09:56:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-01T09:57:00.000Z (almost 9 years ago)
- Last Synced: 2024-10-10T19:39:38.876Z (28 days ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```