mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
This CR adds a new docker-compose-persist.yaml file which creates a volume mount in the current directory at ./ledgers/<container> and binds it to the ledger directory for the container. It also adds a '-p' flag to the byfn.sh script to allow users to include this new compose file when bringing up the network. Change-Id: I1ee5faa33c7f0ce18fe7711f5f752d7bf18f117c Signed-off-by: Jason Yellick <jyellick@us.ibm.com> Signed-off-by: Surya <suryalnvs@gmail.com> |
||
|---|---|---|
| .. | ||
| base | ||
| channel-artifacts | ||
| org3-artifacts | ||
| scripts | ||
| .env | ||
| byfn.sh | ||
| configtx.yaml | ||
| crypto-config.yaml | ||
| docker-compose-cli.yaml | ||
| docker-compose-couch-org3.yaml | ||
| docker-compose-couch.yaml | ||
| docker-compose-e2e-template.yaml | ||
| docker-compose-org3.yaml | ||
| docker-compose-persist.yaml | ||
| eyfn.sh | ||
| README.md | ||
Build Your First Network (BYFN)
The directions for using this are documented in the Hyperledger Fabric "Build Your First Network" tutorial.