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]