fabric-samples/first-network
Jason Yellick 981efba232 [FAB-8503] Prevent CLI container from exiting
The pattern of the byfn scripts and of our tutorial is to start the CLI
container, then docker exec commands against it.  For some reason, we
only start the CLI container with a command of 'sleep 1000' which causes
it exit after this time.

This causes headaches of having to restart the CLI container and is only
saving the overhead of one idle bash process.  From a usability
it seems far better to leave an idle bash process so that we can be
assured the container is still running.

Change-Id: I8d5c860b89226a28f15d42f5a19e42b923bfa8c1
Signed-off-by: Jason Yellick <jyellick@us.ibm.com>
2018-02-25 20:20:42 -05:00
..
base [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -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 Merge "[FAB-8327] Change eyfn.sh to use configtxlator cli" 2018-02-23 17:10:24 +00:00
.env [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -05:00
byfn.sh [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -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-8503] Prevent CLI container from exiting 2018-02-25 20:20:42 -05:00
docker-compose-couch-org3.yaml [FAB-8518] Not all compose files have IMAGE_TAG 2018-02-25 08:48:25 -05:00
docker-compose-couch.yaml [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -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-8503] Prevent CLI container from exiting 2018-02-25 20:20:42 -05:00
eyfn.sh [FAB-8445] Adding IMAGE_TAG option to byfn 2018-02-23 16:10:15 -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.