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.