https://github.com/yeasy/docker-hyperledger-fabric-sdk-node
Hyperledger fabric SDK node
https://github.com/yeasy/docker-hyperledger-fabric-sdk-node
Last synced: about 2 months ago
JSON representation
Hyperledger fabric SDK node
- Host: GitHub
- URL: https://github.com/yeasy/docker-hyperledger-fabric-sdk-node
- Owner: yeasy
- Created: 2018-06-12T08:48:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-20T21:14:23.000Z (over 4 years ago)
- Last Synced: 2025-01-03T12:22:38.409Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hyperledger Fabric SDK in Node.Js
===
Docker images for [Hyperledger Fabric SDK Node](https://github.com/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](https://github.com/yeasy/docker-compose-files#hyperledger_fabric).
# Supported tags and respective Dockerfile links
* [`latest` (latest/Dockerfile)](https://github.com/yeasy/docker-hyperledger-fabric-sdk-node/blob/master/Dockerfile): Default to track latest master branch.
* [`release-2.2` (release-2.2/Dockerfile)](https://github.com/yeasy/docker-hyperledger-fabric-sdk-node/blob/master/release-2.2/Dockerfile): 2.2.x release.
* [`release-1.4` (release-1.4/Dockerfile)](https://github.com/yeasy/docker-hyperledger-fabric-sdk-node/blob/master/release-1.4/Dockerfile): 1.4.x release.
* [`1.2.0` (v1.2.0/Dockerfile)](https://github.com/yeasy/docker-hyperledger-fabric-sdk-node/blob/master/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](https://github.com/yeasy/docker-hyperledger-fabric-sdk-node).
# What is hyperledger-fabric-sdk-node?
Docker image with hyperledger fabric node sdk, which will be utilized as the client to interact with the network.
# How to use this image?
The docker image is auto built at [docker hub](https://hub.docker.com/repository/docker/yeasy/hyperledger-fabric-sdk-node).
## In Dockerfile
```sh
FROM yeasy/hyperledger-fabric-sdk-node:latest
```
# Which image is based on?
The image is built based on [node](https://hub.docker.com/_/node) 12 image.
# What has been changed?
## clone fabric sdk node code
Clone the fabric sdk node code from repo.
## install dependencies
Install required `git`, `g++`, `make`, `python`, and sdk dependencies.
# Supported Docker versions
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.
# Known Issues
* N/A.
# User Feedback
## Documentation
Be sure to familiarize yourself with the [repository's `README.md`](https://github.com/yeasy/docker-hyperledger-fabric-sdk-node/blob/master/README.md) file before attempting a pull request.
## Issues
If you have any problems with or questions about this image, please contact us through a [GitHub issue](https://github.com/yeasy/docker-hyperledger-fabric-sdk-node/issues).
You can also reach many of the official image maintainers via the email.
## Contributing
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](https://github.com/yeasy/docker-hyperledger-fabric-sdk-node/issues), 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.