mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-17 07:25:10 +00:00
Samples for Hyperledger Fabric
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> |
||
|---|---|---|
| balance-transfer | ||
| basic-network | ||
| chaincode | ||
| chaincode-docker-devmode | ||
| fabcar | ||
| fabric-ca | ||
| first-network | ||
| high-throughput | ||
| scripts | ||
| .gitignore | ||
| LICENSE | ||
| MAINTAINERS.md | ||
| README.md | ||
Hyperledger Fabric Samples
Please visit the installation instructions.
License
Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the LICENSE file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.