December 2018
Intermediate to advanced
222 pages
6h 6m
English
Hyperledger Fabric utilizes Docker compose to define fabric application services. The docker-compose-cli.yaml service section is the place for defining all peer services and related containers. Hyperledger Fabric's first-network provides a .yaml template to help you quickly start to create yaml files from scratch:
https://github.com/hyperledger/fabric-samples/tree/release-1.2/first-network.
In docker-compose-cli.yaml, we define the following information:
Read now
Unlock full access