这里出现错误是因为需要指定镜像的版本号:
首先打开Docker镜像的网址,搜索fabric-tools;
查看Tags,我用的是fabric1.4,因此我选择了1.4最新的镜像1.4.11;
#下载该镜像
docker pull hyperledger/fabric-tools:1.4.11
然后修改本地的Tags为latest;
docker tag hyperledger/fabric-tools:1.4.11 hyperledger/fabric-tools:latest
这时启动 first-network 就可以启动了