fabric-samples/first-network
Jason Yellick 7362928e99 [FAB-8567] Alt: Always use volumes for ledger (m)
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: I80b36a63370065a7aad0f9c284ec578533123d2b
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
2018-02-28 19:02:05 -05:00
..
base [FAB-8567] Alt: Always use volumes for ledger (m) 2018-02-28 19:02:05 -05:00
channel-artifacts FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
org3-artifacts [FAB-8386] eyfn fails to execute invoke on org3 2018-02-19 22:28:44 -05:00
scripts [FAB-8165] Adding upgrade function to byfn 2018-02-27 21:13:42 +00:00
.env [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
byfn.sh [FAB-8567] Alt: Always use volumes for ledger (m) 2018-02-28 19:02:05 -05:00
configtx.yaml [FAB-7750] first network with support to FAB-5664 2018-02-15 13:19:22 +01:00
crypto-config.yaml [FAB-7750] first network with support to FAB-5664 2018-02-15 13:19:22 +01:00
docker-compose-cli.yaml [FAB-8567] Alt: Always use volumes for ledger (m) 2018-02-28 19:02:05 -05:00
docker-compose-couch-org3.yaml [FAB-8568] BYFN: Fix IMAGE_TAG for couchdb 2018-02-28 03:41:02 -05:00
docker-compose-couch.yaml [FAB-8568] BYFN: Fix IMAGE_TAG for couchdb 2018-02-28 03:41:02 -05:00
docker-compose-e2e-template.yaml [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
docker-compose-org3.yaml [FAB-8567] Alt: Always use volumes for ledger (m) 2018-02-28 19:02:05 -05:00
eyfn.sh [FAB-8567] Alt: Always use volumes for ledger (m) 2018-02-28 19:02:05 -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.