docker pull hyperledger / fabric-peer正在抛出错误

时间:2017-08-01 11:57:41

标签: docker docker-compose pull

docker pull hyperledger / fabric-peer 正在抛出错误。

当我尝试setup docker locally和“ docker-compose up ”未启动并运行时。

请建议。

提前致谢。

2 个答案:

答案 0 :(得分:1)

您可以从这里获取适合您的版本: https://store.docker.com/community/images/hyperledger/fabric-peer/tags

之后运行此命令

docker pull hyperledger/fabric-peer:your_version

答案 1 :(得分:0)

Hyperledger readthedocs

我必须下载特定于平台的二进制文件。

curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap-1.0.1.sh | bash

这将拉出一堆图像,但它对我有用。