Tools, FAQ, Tutorials:
BYFN Containers Running on Docker
What BYFN (Build Your First Network) containers are running on Docker Engine?
✍: FYIcenter.com
Once your BYFN is deployed and executed on the Docker Engine, 
there will be 9 containers running on the Docker Engine: 
$ cd hyperledger-binaries/fabric-samples/first-network $ ./byfn.sh up ... $ docker ps IMAGE COMMAND NAMES dev-peer1.org2.example.com-mycc-1.0-ccc3... "chaincode -peer.add…" dev-peer1.org2.example.com-mycc-1.0 dev-peer0.org1.example.com-mycc-1.0-7782... "chaincode -peer.add…" dev-peer0.org1.example.com-mycc-1.0 dev-peer0.org2.example.com-mycc-1.0-6109... "chaincode -peer.add…" dev-peer0.org2.example.com-mycc-1.0 hyperledger/fabric-tools:latest "/bin/bash" cli hyperledger/fabric-peer:latest "peer node start" peer1.org2.example.com hyperledger/fabric-peer:latest "peer node start" peer1.org1.example.com hyperledger/fabric-peer:latest "peer node start" peer0.org1.example.com hyperledger/fabric-orderer:latest "orderer" orderer.example.com hyperledger/fabric-peer:latest "peer node start" peer0.org2.example.com
Those 9 containers are performing different functions for the network:
⇒ Build the BYFN Network Manually
⇐ "byfn.sh up" Error - Container Name in Use
2020-11-11, ∼1439🔥, 0💬
Popular Posts:
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to access URL template parameters from "context.Request.Matched Parameters"object in Azure API P...
How To Change Text Fonts for Some Parts of a Paragraph? If you want to change text fonts or colors f...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
What properties and functions are supported on requests.models.Response objects? "requests" module s...