Hyperledger - Blockchain Peers not connecting - Docker container properties

时间:2018-08-22 13:56:01

标签: docker hyperledger-fabric hyperledger

I am creating a sample Blockchain network using tutorial https://hyperledger-fabric.readthedocs.io/en/release-1.2/build_network.html. I am facing an error while connecting the peers :
Error: failed to create deliver client: orderer client failed to connect to orderer.example.com:7050: failed to create new connection: context deadline exceeded.

I found a probable solution here which I would like to test but I need help for below :

  1. How to update default network of the containers
  2. How to add property for each container.

While accessing my etc/docker directory I am getting error 'Server returned empty listing for directory '/etc/docker' and also it says permission denied when I try to access it from terminal. Any help will be appreciated.

1 个答案:

答案 0 :(得分:0)

无需在Docker容器中进行任何更改。我遇到了类似的问题,您可以清理系统空间,或者如果您使用的是VM,则可以在新VM中安装新的网络(假设您已经复制了所有配置文件)。