HyperledgerHandsOn/trade-finance-logistics

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

Opened this issue · 2 comments

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

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...

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: docker/for-mac#1396?