Docker images for Hyperledger Fabric SDK Node image.
If you want to quickly deploy a local cluster without any configuration and vagrant, please refer to Start hyperledger cluster using compose.
latest
(latest/Dockerfile): Default to track latest master branch.release-2.2
(release-2.2/Dockerfile): 2.2.x release.release-1.4
(release-1.4/Dockerfile): 1.4.x release.1.2.0
(v1.2.0/Dockerfile): 1.2.0 release.
For more information about this image and its history, please see the relevant manifest file in the yeasy/docker-hyperledger-fabric-sdk-node
GitHub repo.
Docker image with hyperledger fabric node sdk, which will be utilized as the client to interact with the network.
The docker image is auto built at docker hub.
FROM yeasy/hyperledger-fabric-sdk-node:latest
The image is built based on node 12 image.
Clone the fabric sdk node code from repo.
Install required git
, g++
, make
, python
, and sdk dependencies.
This image is officially supported on Docker version 1.12.0+.
Support for older versions (down to 1.0) is provided on a best-effort basis.
- N/A.
Be sure to familiarize yourself with the repository's README.md
file before attempting a pull request.
If you have any problems with or questions about this image, please contact us through a GitHub issue.
You can also reach many of the official image maintainers via the email.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.