init
5 files changed
tree: 349db3af9986aaafc59642f6700e453b08ea22b8
  1. build
  2. couchdb-config
  3. Dockerfile
  4. local.ini
  5. Readme.md
Readme.md

YADC

Yet Another Dockerized CouchDB. Put the couch in a docker container and ship it anywhere.

Build

You can make your changes to couchdbs config in local.ini. It will be added to the container.

cd /path/to/klaemo/docker-couchdb
[sudo] docker build -t "$NAME" .

Run

todo

Further info

  • exposed on port 5984 of the container
  • exposes database and config files as volumes
    • makes it easy to upgrade/fork