fabric-samples/first-network
Jason Yellick 709aa31466 [FAB-8540] Add ledger persistance to first-network
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>
2018-02-27 16:11:02 -05:00
..
base [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-22 09:56:41 -05:00
channel-artifacts FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
scripts [FAB-5394] Introduce Delay as configurable variable 2017-07-24 09:47:26 +00:00
.env [FAB-8489] Make IMAGE_TAG optional 2018-02-23 16:12:22 -05:00
byfn.sh [FAB-8540] Add ledger persistance to first-network 2018-02-27 16:11:02 -05:00
configtx.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
crypto-config.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
docker-compose-cli.yaml [FAB-8540] Add ledger persistance to first-network 2018-02-27 16:11:02 -05:00
docker-compose-couch.yaml [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-22 09:56:41 -05:00
docker-compose-e2e-template.yaml [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-22 09:56:41 -05:00
docker-compose-persist.yaml [FAB-8540] Add ledger persistance to first-network 2018-02-27 16:11:02 -05:00
README.md FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00

Build Your First Network (BYFN)

The directions for using this are documented in the Hyperledger Fabric "Build Your First Network" tutorial.