Hyperledger Fabric 1.0 Mirrored download

Source: Internet
Author: User
Tags docker hub hyperledger fabric

1. Way One

Direct download to the Docker hub:

https://hub.docker.com/r/hyperledger/

Docker Pull hyperledger/fabric-peer:x86_64-1.0.1
Docker Pull hyperledger/fabric-orderer:x86_64-1.0.1
Docker Pull hyperledger/fabric-ccenv:x86_64-1.0.1
Docker Pull hyperledger/fabric-ca:x86_64-1.0.1
Docker Pull hyperledger/fabric-baseos:x86_64-0.3.1
Docker Pull hyperledger/fabric-tools:x86_64-1.0.1

Docker tag docker.io/hyperledger/fabric-ca:x86_64-1.0.1 hyperledger/fabric-ca:latest
Docker tag docker.io/hyperledger/fabric-peer:x86_64-1.0.1 hyperledger/fabric-peer:latest
Docker tag docker.io/hyperledger/fabric-orderer:x86_64-1.0.1 hyperledger/fabric-orderer:latest
Docker tag docker.io/hyperledger/fabric-ccenv:x86_64-1.0.1 hyperledger/fabric-ccenv:latest
Docker tag docker.io/hyperledger/fabric-tools:x86_64-1.0.1 hyperledger/fabric-tools:latest


2, mode two

Download the fabric source file: Curl-o https://codeload.github.com/hyperledger/fabric/tar.gz/v1.0.1

Decompression: TAR-ZXVF v1.0.1

In the extracted source file path, find a copy of the bootstrap-1.0.1.sh:github.com/hyperledger/fabric/scripts/bootstrap-1.0.1.sh

Executive: SH bootstrap-1.0.1.sh

After execution will start waiting for the mirror download, after the download is complete, you can use the following command to view the downloaded mirror


Docker Images | grep hyperledger*


3. Mode three

Still the way two downloaded source file path github.com/hyperledger/fabric/examples/e2e_cli/There's a download-dockerimages.sh file underneath.

Execute command: source download-dockerimages.sh-c x86_64-1.0.0-f x86_64-1.0.0

This also allows you to download all of the required fabric docker mirrors.

4, Mode four

At this address https://github.com/hyperledger/fabric-samples/tree/v1.0.2/scripts There is a fabric-preload.sh script file that can be used to automatically download a mirror that requires a version.

Fabric-preload.sh would preload all of the requisite Docker images for Hyperledger Fabric and tag them with the ' latest ' TA G. Optionally, specify a specific version (e.g. 1.0.1). Default version is 1.0.0.

./fabric-preload.sh [Version]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.