Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coastwise/docker-couchdb
https://github.com/coastwise/docker-couchdb
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coastwise/docker-couchdb
- Owner: coastwise
- Created: 2014-01-04T16:44:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-04T17:02:25.000Z (almost 11 years ago)
- Last Synced: 2024-08-02T12:51:30.157Z (3 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - coastwise/docker-couchdb - (others)
README
# Docker CouchDB
To run as a named container exposed on port 80:
```bash
sudo docker run -d -p 80:5984 -name couchdb coastwise/couchdb
```Exposed Volumes
* /usr/local/etc/couchdb (config)
* /usr/local/var/lib/couchdb (data)## Thanks
* @bradrydzewski [bradrydzewski/couchdb](https://index.docker.io/u/bradrydzewski/couchdb/)
* @klaemo [klaemo/couchdb](https://index.docker.io/u/klaemo/couchdb/)