mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 15:35:09 +00:00
This CR is for the release branch. 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: I311ca1d2157dd87e61ad890c98cde7c118d5ee7d Signed-off-by: Jason Yellick <jyellick@us.ibm.com> Signed-off-by: Surya <suryalnvs@gmail.com> |
||
|---|---|---|
| .. | ||
| base | ||
| channel-artifacts | ||
| scripts | ||
| .env | ||
| byfn.sh | ||
| configtx.yaml | ||
| crypto-config.yaml | ||
| docker-compose-cli.yaml | ||
| docker-compose-couch.yaml | ||
| docker-compose-e2e-template.yaml | ||
| docker-compose-persist.yaml | ||
| README.md | ||
Build Your First Network (BYFN)
The directions for using this are documented in the Hyperledger Fabric "Build Your First Network" tutorial.