Set the TEST_NETWORK_FABRIC_VERSION in documentation for local development.

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
Josh Kneubuhl 2021-11-19 08:37:13 -05:00
parent aae1d3e841
commit fdfbee04ea

View file

@ -165,6 +165,8 @@ export TEST_NETWORK_FABRIC_CA_VERSION=amd64-latest
make docker # in hyperledger/fabric
export TEST_NETWORK_FABRIC_VERSION=2.4.0
./network load-images
./network up
```