jdc91 commented on issue #21: Replication does not work across multiple instances of docker URL: https://github.com/apache/couchdb-docker/issues/21#issuecomment-315042179 Wow thanks wohali :) Got the replication working using the exact container IP's which can be found using ` docker inspect <containerId>`  So for the set up the ips were actually. 172.17.0.2:5984 172.17.0.3:5984 172.17.0.4:5984 Wonder why the bound addresses did not work though. because I could access futon using the http://localhost:1111/_utils/ I had bound port 5984 to a specific host port in the host. Each port corresponded to the ip!  Even other requests using POSTMAN worked. Maybe replication fails when the port forwarding happened. Did not try out the docker-compose option though since this is quite trivial.Thanks for the help, Wohali really appreciate it! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
