Sign inSign up

eingressio/pouchdb-server

By eingressio

Updated almost 2 years ago
Archived

PouchDB, a JavaScript implementation of CouchDB.

Image
Databases & storage
1

1.7K

eingressio/pouchdb-server repository overview

PouchDB Server

DEPRECATED: THIS IMAGE WILL NO LONGER BE UPDATED

This image is based on the latest Node.JS LTS Alpine image, PouchDB Server, and levelDB.

Run the container, binding a data directory.

docker run -d -p 5984:5984 -v /path/to/data:/pouchdb --hostname=pouchdb-server --name=pouchdb-server eingressio/pouchdb-server

You can then browse to the admin panel at http://localhost:5984/_utils/.

CLI Tools

To close the admin party by creating the first admin user, run the following.

docker exec -it pouchdb-server add-admin [name]

A password is auto-generated which should be retained (or get ready to hose your data directory).

You can also make as many regular users as you need.

docker exec -it pouchdb-server add-user [name]

Tag summary

Content type

Image

Digest

sha256:badfba185

Size

59 MB

Last updated

almost 2 years ago

docker pull eingressio/pouchdb-server