Tools, FAQ, Tutorials:
BYFN Chaincode Docker Container
What is the BYFN chaincode Docker container?
✍: FYIcenter.com
The BYFN chaincode Docker container represents the running
instance of the "mycc" chaincode.
When "mycc" chaincode is instantiated from peer0.org1, a chaincode Docker container (shim) is deployed and started on the Docker engine.
You can find chaincode containers with this command:
$ docker ps --all IMAGE STATUS NAMES dev-peer0.org1.example.com-mycc-1.0-7782... Up 2 hours dev-peer0.org1.example.com-mycc-1.0 dev-peer0.org2.example.com-mycc-1.0-7938... Up 2 hours dev-peer0.org2.example.com-mycc-1.0
You can stop it from running and start it again later:
$ docker stop dev-peer0.org1.example.com-mycc-1.0 dev-peer0.org1.example.com-mycc-1.0 $ docker star dev-peer0.org1.example.com-mycc-1.0 dev-peer0.org1.example.com-mycc-1.0
⇒ Uninstall Chaincode on BYFN Peers
⇐ Incompatible Chaincode on BYFN Peers
2020-09-15, ∼1268🔥, 0💬
Popular Posts:
How to use the "forward-request" Policy Statement to call the backend service for an Azure API servi...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...