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