Hyperledger Composer v0.16.0 network start error

前端 未结 10 794
南旧
南旧 2020-12-18 03:26

I\'m trying Hyperledger Composer v0.16.0. According to this procedure, I want to Deploy BNA to Fabric network on cloud. but following error occurs. Kindly let me know how I

10条回答
  •  轮回少年
    2020-12-18 03:45

    I came up with a solution to my problem, which is similar to yours, it might be useful to you too:

    I noticed that with other networks it works properly so, there is a problem with the DNS:

    1. Edit or create /etc/docker/daemon.json in your machine and add: { "dns": ["your dns", "8.8.8.8"] }
    2. Stop Fabric, restart Docker, Start Fabric
    3. Repeat composer install and composer start

提交回复
热议问题