1. 下载Hyperldger Fabric 源码
### 1. 在 GOPATH目录下 ,创建源代码目录,下载源代码。操作如下:
mkdir -p $GOPATH/src/github.com/hyperledger
### 2. 切换到目录,下载 Hyperldger Fabric 源代码。操作如下:
cd $GOPATH/src/github.com/hyperledger
git clone https://github.com/hyperledger/fabric.git
2. 修改 bootstrap.sh
### 1. 切换到指定目录:
cd xxx/src/github.com/hyperledger/fabric/scripts/
### 2. 修改脚本 bootstrap.sh
### DOCKER=true *************************************** 修改为true