fabric-samples/first-network
Jason Yellick 5271be875e [FAB-8567] Alt: Always use volumes for ledger (r)
Docker compose makes volume management easy and transparent to the user.
By defaulting the ledgers to be docker compose volumes, we transparently
get ledger persistence for the ugprade case, and may trivially tear the
volumes down in the docker-compose down command with the addition of the
--volumes flag.  This would allow the upgrade scenario to work without
the use of the '-p' flag, and is likely to be generally much cleaner.

Change-Id: Id008d50487e8d304d6e2517300402dfd1cc8c0c3
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
2018-02-28 15:55:41 -05:00
..
base [FAB-8567] Alt: Always use volumes for ledger (r) 2018-02-28 15:55: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-8567] Alt: Always use volumes for ledger (r) 2018-02-28 15:55:41 -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-8567] Alt: Always use volumes for ledger (r) 2018-02-28 15:55:41 -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
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.