IBM-Blockchain-Archive / marbles

WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
1.03k stars 979 forks source link

Installation problem Local Hyperledger Network (Windows 10 with Bash shell) #257

Closed iamjouza closed 5 years ago

iamjouza commented 5 years ago

Hello,

I am trying install the local hyperledger network on my PC. I have Windows 10 and the Bash shell and have this error at the first step :

prblem

And after of course, there is no containers running : prblem2

Docker version : 18.06.0-ce, build 0ffa825

Thank you !

dshuffma-ibm commented 5 years ago

I believe the script runs under a different profile and that profile doesn't find docker in its PATH. This is more of a linux configuration issue, so I'm not sure how to fix that.

chrim5 commented 5 years ago

@iamjouza make sure you have docker-compose installed (https://docs.docker.com/compose/install/) or check your PATH variable.

dshuffma-ibm commented 5 years ago

closing - inactivity