fasten-onprem/docker
Jason Kulatunga fa19d20bc2 fixing docker image. 2022-11-02 08:27:15 -07:00
..
couchdb fixing docker image. 2022-11-02 08:27:15 -07:00
rootfs/etc working backend changes to generate JWT tokens during signin and signup. (#9) 2022-11-02 00:12:54 -07:00
README.md fixed standalone couchdb setup. 2022-10-10 07:46:33 -07:00

README.md

Dockerfiles

Note, the context for Dockerfiles in this directory is always the repository root.

docker build -f docker/couchdb/Dockerfile -t couchdb-fasten .

docker run --rm -it -p 5984:5984 -v `pwd`/.couchdb/data:/opt/couchdb/data  -v `pwd`/.couchdb/config:/opt/couchdb/etc/local.d couchdb-fasten