IBM-Blockchain-Archive / car-lease-demo

A demonstration using IBM Blockchain to show how the lifecycle of vehicles can be recorded on a blockchain
Other
170 stars 304 forks source link

Local deployment failed for vp0 running failed #103

Closed yanyanhu closed 7 years ago

yanyanhu commented 7 years ago

I just followed this guide[2] to try local deployment. However, it failed.

After checked the log of docker instances, I found "nc" command execution failed when vp0 docker instance is booted up[1]. The reason is "nc" cmd is actually unavailable in "hyperledger/fabric-peer:latest" image. Any suggestion to fix this issue? Thanks!

[1] https://github.com/IBM-Blockchain/car-lease-demo/blob/master/docker-compose.yml#L11 [2] https://github.com/IBM-Blockchain/car-lease-demo/blob/master/Documentation/Installation%20Guide.md

yanyanhu commented 7 years ago

The "hyperledger/fabric-peer" image I used is out of date, updating to latest one resolved the problem.