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
⇑ Hyperledger Fabric Sample Networks
⇑⇑ Hyperledger Tutorials
2020-11-11, 902👍, 0💬
Popular Posts:
How To Control Padding Spaces within a Table Cell? Cell padding spaces are spaces between cell inner...
How To Submit Values without Using a Form in PHP? If you know the values you want to submit, you can...
How To Control Vertical Alignment? By default, text in all table cells are aligned to the top vertic...
How to include additional claims in Azure AD v2.0 id_tokens? If you want to include additional claim...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...