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, 876👍, 0💬
Popular Posts:
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more us...
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...