Understand how replication protocol actually works; Implement the peer: endpoint that may be bidirectional synced with CouchDB; Implement the replicator: service that runs the replication between two ...
# build docker build --build-arg "VERSION=2.x.x" -t local/couchdb . # network docker network create vnet # set admin pass export COUCHDB_ADMIN_PASS=xxxxxxxxxxxxx # startup couchdb cluster (3 nodes) ...