Advertisement
Guest User

Untitled

a guest
Dec 20th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. docker create -v /opt/couchdb/data --name couchdb_d1 klaemo/couchdb:2.0.0
  2. docker create -v /opt/couchdb/data --name couchdb_d2 klaemo/couchdb:2.0.0
  3. docker create -v /opt/couchdb/data --name couchdb_d3 klaemo/couchdb:2.0.0
  4.  
  5. docker network create --driver bridge couch
  6.  
  7. docker run -d --name couchdbA
  8. --net=couch
  9. --hostname couchdbA
  10. -p 5984:5984
  11. -e NODENAME=couchdbA.couch
  12. -e COUCHDB_USER=root
  13. -e COUCHDB_PASSWORD=654321
  14. -v /opt/couchdb/data
  15. --volumes-from couchdb_d1
  16. "klaemo/couchdb:2.0.0"
  17.  
  18. docker run -d --name couchdbB
  19. --net=couch
  20. --hostname couchdbB
  21. -p 15984:5984
  22. -e NODENAME=couchdbB.couch
  23. -e COUCHDB_USER=root
  24. -e COUCHDB_PASSWORD=654321
  25. -v /opt/couchdb/data
  26. --volumes-from couchdb_d2
  27. "klaemo/couchdb:2.0.0"
  28.  
  29. docker run -d --name couchdbC
  30. --net=couch
  31. --hostname couchdbC
  32. -p 25984:5984
  33. -e NODENAME=couchdbC.couch
  34. -e COUCHDB_USER=root
  35. -e COUCHDB_PASSWORD=654321
  36. -v /opt/couchdb/data
  37. --volumes-from couchdb_d3
  38. "klaemo/couchdb:2.0.0"
  39.  
  40. [debug] 2016-12-19T12:33:45.246054Z couchdb@couchdbA.couch <0.846.0> 0fbf5d2a41 Successful cookie auth as: "root"
  41. [debug] 2016-12-19T12:33:45.246505Z couchdb@couchdbA.couch <0.2648.0> eabba5f813 no record of user root
  42. [debug] 2016-12-19T12:33:45.246530Z couchdb@couchdbA.couch <0.2648.0> eabba5f813 timeout 6000
  43. [debug] 2016-12-19T12:33:45.246547Z couchdb@couchdbA.couch <0.2648.0> eabba5f813 Successful cookie auth as: "root"
  44. [debug] 2016-12-19T12:33:45.247127Z couchdb@couchdbA.couch <0.847.0> fdbd749b7a cache miss for root
  45. [debug] 2016-12-19T12:33:45.247444Z couchdb@couchdbA.couch <0.847.0> fdbd749b7a no record of user root
  46. [debug] 2016-12-19T12:33:45.247475Z couchdb@couchdbA.couch <0.847.0> fdbd749b7a timeout 6000
  47. [debug] 2016-12-19T12:33:45.247495Z couchdb@couchdbA.couch <0.847.0> fdbd749b7a Successful cookie auth as: "root"
  48. [notice] 2016-12-19T12:33:45.248915Z couchdb@couchdbA.couch <0.2648.0> eabba5f813 10.0.5.96:5984 10.0.5.233 root GET /_users 200 ok 3
  49. [notice] 2016-12-19T12:33:45.250319Z couchdb@couchdbA.couch <0.846.0> 0fbf5d2a41 10.0.5.96:5984 10.0.5.233 root GET /_replicator 200 ok 5
  50. [notice] 2016-12-19T12:33:45.250486Z couchdb@couchdbA.couch <0.847.0> fdbd749b7a 10.0.5.96:5984 10.0.5.233 root GET /ts 200 ok 4
  51. [debug] 2016-12-19T12:33:45.259598Z couchdb@couchdbA.couch <0.847.0> c06a5322af cache miss for root
  52. [debug] 2016-12-19T12:33:45.260079Z couchdb@couchdbA.couch <0.847.0> c06a5322af no record of user root
  53. [debug] 2016-12-19T12:33:45.260115Z couchdb@couchdbA.couch <0.847.0> c06a5322af timeout 6000
  54. [debug] 2016-12-19T12:33:45.260137Z couchdb@couchdbA.couch <0.847.0> c06a5322af Successful cookie auth as: "root"
  55. [notice] 2016-12-19T12:33:45.263568Z couchdb@couchdbA.couch <0.847.0> c06a5322af 10.0.5.96:5984 10.0.5.233 root GET /_utils/dashboard.assets/img/couchdb-logo.png 200 ok 4
  56. [debug] 2016-12-19T12:33:47.651581Z couchdb@couchdbA.couch <0.847.0> 26f439ef76 cache miss for root
  57. [debug] 2016-12-19T12:33:47.652225Z couchdb@couchdbA.couch <0.846.0> ae16fb68d4 cache miss for root
  58. [debug] 2016-12-19T12:33:47.652505Z couchdb@couchdbA.couch <0.847.0> 26f439ef76 no record of user root
  59. [debug] 2016-12-19T12:33:47.652542Z couchdb@couchdbA.couch <0.847.0> 26f439ef76 timeout 6000
  60. [debug] 2016-12-19T12:33:47.652562Z couchdb@couchdbA.couch <0.847.0> 26f439ef76 Successful cookie auth as: "root"
  61. [debug] 2016-12-19T12:33:47.652626Z couchdb@couchdbA.couch <0.846.0> ae16fb68d4 no record of user root
  62. [debug] 2016-12-19T12:33:47.652663Z couchdb@couchdbA.couch <0.846.0> ae16fb68d4 timeout 6000
  63. [debug] 2016-12-19T12:33:47.653002Z couchdb@couchdbA.couch <0.846.0> ae16fb68d4 Successful cookie auth as: "root"
  64. [notice] 2016-12-19T12:33:47.653907Z couchdb@couchdbA.couch <0.846.0> ae16fb68d4 10.0.5.96:5984 10.0.5.233 undefined GET /verifytestdb_replicate 404 ok 2
  65. [notice] 2016-12-19T12:33:47.654781Z couchdb@couchdbA.couch <0.847.0> 26f439ef76 10.0.5.96:5984 10.0.5.233 undefined GET /verifytestdb 404 ok 3
  66. [debug] 2016-12-19T12:33:47.660531Z couchdb@couchdbA.couch <0.847.0> 095c417920 cache miss for root
  67. [debug] 2016-12-19T12:33:47.660915Z couchdb@couchdbA.couch <0.847.0> 095c417920 no record of user root
  68. [debug] 2016-12-19T12:33:47.660950Z couchdb@couchdbA.couch <0.847.0> 095c417920 timeout 6000
  69. [debug] 2016-12-19T12:33:47.660969Z couchdb@couchdbA.couch <0.847.0> 095c417920 Successful cookie auth as: "root"
  70. [notice] 2016-12-19T12:33:47.711571Z couchdb@couchdbA.couch <0.847.0> 095c417920 10.0.5.96:5984 10.0.5.233 undefined PUT /verifytestdb 500 ok 51
  71. [debug] 2016-12-19T12:33:47.746832Z couchdb@couchdbA.couch <0.846.0> 8ce6af042b cache miss for root
  72. [debug] 2016-12-19T12:33:47.748104Z couchdb@couchdbA.couch <0.846.0> 8ce6af042b no record of user root
  73. [debug] 2016-12-19T12:33:47.748281Z couchdb@couchdbA.couch <0.846.0> 8ce6af042b timeout 6000
  74. [debug] 2016-12-19T12:33:47.748392Z couchdb@couchdbA.couch <0.846.0> 8ce6af042b Successful cookie auth as: "root"
  75. [notice] 2016-12-19T12:33:47.750359Z couchdb@couchdbA.couch <0.846.0> 8ce6af042b 10.0.5.96:5984 10.0.5.233 root GET /_utils/dashboard.assets/ZeroClipboard.swf?noCache=1482150820246 200 ok 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement