From 1e1ca14c876859aad25343a13cb85490b789ccdf Mon Sep 17 00:00:00 2001 From: "Mark S. Lewis" Date: Fri, 13 Dec 2024 13:11:19 +0000 Subject: [PATCH] Add an overview for the nodeenv Docker image (#447) Signed-off-by: Mark S. Lewis --- docker/fabric-nodeenv/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docker/fabric-nodeenv/README.md diff --git a/docker/fabric-nodeenv/README.md b/docker/fabric-nodeenv/README.md new file mode 100644 index 00000000..bf084461 --- /dev/null +++ b/docker/fabric-nodeenv/README.md @@ -0,0 +1,16 @@ +# Quick reference + +- **Maintained by**: + [The Fabric Node chaincode maintainers](https://github.com/hyperledger/fabric-chaincode-node) + +# Overview + +This image is used by the default [Hyperledger Fabric](https://hyperledger-fabric.readthedocs.io/) chaincode builder when deploying Node (TypeScript or JavaScript) smart contracts. It is not intended for use independently of Hyperledger Fabric. + +# Image variants + +Detailed information on image tags, interoperability, and supported Node versions can be found in the [compatibility](https://github.com/hyperledger/fabric-chaincode-node/blob/main/COMPATIBILITY.md) documentation. + +# License + +This image is provided under the [Apache-2.0](https://github.com/hyperledger/fabric-chaincode-node/blob/main/LICENSE) license.