You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.
I built the hyperledger fabric using command "make dist-clean all" in Ubuntu 16.04 environment.
I have run all the steps according to the documentation provided on the Hyperledger Fabric official "readthedocs" page. I also copied the docker-compose file posted on the official hyperledger fabric documentation. It is as follows:
I don't understand what went wrong when I run "docker-compose up". I'm running already available hyperledger/fabric-peer image. There has been no change in the ports while running and all the things are run using default ports only.
Describe How to Reproduce
To reproduce the issue, I followed all the steps mentioned in the hyperledger fabric docs. Then I build the fabric through command "make dist-clean all". Then I copied the docker-compose.yml file and run the "docker-compose up" command.
The text was updated successfully, but these errors were encountered:
Description
I built the hyperledger fabric using command "make dist-clean all" in Ubuntu 16.04 environment.
I have run all the steps according to the documentation provided on the Hyperledger Fabric official "readthedocs" page. I also copied the docker-compose file posted on the official hyperledger fabric documentation. It is as follows:
membersrvc: image: hyperledger/fabric-membersrvc command: membersrvc vp0: image: hyperledger/fabric-peer ports: - "7050:7050" - "7051:7051" - "7053:7053" environment: - CORE_PEER_ADDRESSAUTODETECT=true - CORE_VM_ENDPOINT=http://172.17.0.1:2375 - CORE_LOGGING_LEVEL=DEBUG - CORE_PEER_ID=vp0 - CORE_PEER_PKI_ECA_PADDR=membersrvc:7054 - CORE_PEER_PKI_TCA_PADDR=membersrvc:7054 - CORE_PEER_PKI_TLSCA_PADDR=membersrvc:7054 - CORE_SECURITY_ENABLED=true - CORE_SECURITY_ENROLLID=test_vp0 - CORE_SECURITY_ENROLLSECRET=MwYpmSRjupbT links: - membersrvc command: sh -c "sleep 5; peer node start"
I don't understand what went wrong when I run "docker-compose up". I'm running already available hyperledger/fabric-peer image. There has been no change in the ports while running and all the things are run using default ports only.
Describe How to Reproduce
To reproduce the issue, I followed all the steps mentioned in the hyperledger fabric docs. Then I build the fabric through command "make dist-clean all". Then I copied the docker-compose.yml file and run the "docker-compose up" command.
The text was updated successfully, but these errors were encountered: