HyperledgerHandsOn / trade-finance-logistics

Trade Finance and Logistics based on Letter of Credit and Proof of Shipment
Apache License 2.0
174 stars 1.49k forks source link

./trade.sh up -d true starts no containers at all #50

Open building39 opened 5 years ago

building39 commented 5 years ago

Following the tutorial in the book "Hands on BlockChain with HyperLedger", ./trade.sh up -d true fails to start any containers. This is all I see in devmode/logs/network.log:


latest: Pulling from hyperledger/fabric-ca-tools
failed to register layer: error creating overlay mount to /var/lib/docker/overlay2/d007406cd4f2fe2a23b6fc57d18e6956237406d2eb6617b26cab8da074b61b2e/merged: no such file or directory```

Very disappointing. We are really wanting to use HyperLedger in a very visible project here, and we feel like we're not getting any love...
VRamakrishna commented 5 years ago

This is a docker issue, and not a Fabric (or application) one.

Are you running this on a Mac? If so, can you try out the instructions given here: https://github.com/docker/for-mac/issues/1396?