Tools, FAQ, Tutorials:
Manage basic-network with cli Container
How to Manage basic-network with cli Container?
✍: FYIcenter.com
You can follow this tutorial to
Manage basic-network with cli Container.
1. Start all containers, including cli, defined in the docker-compose.yml file:
$ cd ~/hyperledger-binaries/fabric-samples/basic-network $ docker-compose -f docker-compose.yml up -d
2. Connect to cli container:
$ docker exec -it cli bash root@308636bc6e27:/opt/gopath/src/github.com/hyperledger/fabric/peer# cd root@308636bc6e27:~#
3. Verify the basic-network through peer0.org1.example.com
root@308636bc6e27:~# echo $CORE_PEER_ADDRESS peer0.org1.example.com:7051 root@308636bc6e27:~# peer node status status:STARTED root@308636bc6e27:~# peer channel list Channels peers has joined: root@308636bc6e27:~# peer chaincode list --installed Get installed chaincodes on peer:
As you can see, peer0.org1.example.com is running. But it does nothing, no channels, no chaincodes. See other tutorials on how join channels and run chaincodes.
⇒ WYFA (Writing Your First Application)
⇐ Deploy cli Container Manually
2020-03-15, ∼1914🔥, 0💬
Popular Posts:
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
How To Access a Specific Character in a String? Any character in a string can be accessed by a speci...
Tools, FAQ, Tutorials: JSON Validator JSON-XML Converter XML-JSON Converter JSON FAQ/Tutorials Pytho...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...