其他
用Hyperledger cello的0.9.0-h3c分支创建一套区块链系统
git clone https://github.com/hyperledger/cello -b release-0.9.0-h3c。
docker run -d -v /var/run/docker.sock:/var/run/docker.sock -p 0.0.0.0:2375:2375 bobrik/socat TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
docker pull hyperledger/fabric-ccenv:1.4.2
docker tag fc0f502399a6 hyperledger/fabric-ccenv:latest