hyperledger fabric - Please troubleshoot error message I am facing during follwing getting started - Download Platform-specific Binaries -
when tried below,
$ curl -ssl https://some_shortened_url | bash
the shortened url can found under download platform-specific binaries section of http://hyperledger-fabric.readthedocs.io/en/latest/samples.html#binaries
the shortened url shown below: https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap-1.0.0.sh
i output messages below. seems there errors:
===> downloading platform binaries % total % received % xferd average speed time time time current dload upload total spent left speed 100 22.1m 100 22.1m 0 0 1006k 0 0:00:22 0:00:22 --:--:-- 1078k ===> pulling fabric images ==> fabric image: peer
warning: failed default registry endpoint daemon (error during connect: http://%2f%2f.%2fpipe%2fdocker_engine/v1.30/info: open //./pipe/docker_engine: system cannot find file specified. in default daemon configuration on windows, docker client must run elevated connect. error may indicate docker daemon not running.). using system default: https://index.docker.io/v1/ error during connect: post http://%2f%2f.%2fpipe%2fdocker_engine/v1.30/images/create?fromimage=hyperledger%2ffabric-peer&tag=x86_64-1.0.0: open //./pipe/docker_engine: system cannot find file specified. in default daemon configuration on windows, docker client must run elevated connect. error may indicate docker daemon not running. error during connect: post http://%2f%2f.%2fpipe%2fdocker_engine/v1.30/images/hyperledger/fabric-peer:x86_64-1.0.0/tag?repo=hyperledger%2ffabric-peer&tag=latest: open //./pipe/docker_engine: system cannot find file specified. in default daemon configuration on windows, docker client must run elevated connect. error may indicate docker daemon not running. ==> fabric image: orderer
i tried git bash shell of windows 10. have done wrong?
problem solved when tried same thing on docker quickstart terminal. tried on git bash. procedure seems supposed try on docker quickstart terminal.
i wish addressed on original document.
Comments
Post a Comment