0

我試圖使用啓動網絡下面的命令錯誤:沒有發現倉庫hyperledger /織物工具:不存在或沒有拉訪問

./network_setup.sh up

運行此命令後,我收到此errro

# # Generating anchor peer update for Org2MSP ########################################################### 2017-06-05 18:16:35.716 CST [common/configtx/tool] main -> INFO 001

Loading configuration 2017-06-05 18:16:35.719 CST [common/configtx/tool] doOutputAnchorPeersUpdate -> INFO 002 Generating anchor peer update 2017-06-05 18:16:35.719 CST [common/configtx/tool] doOutputAnchorPeersUpdate -> INFO 003 Writing anchor peer update

Pulling cli (hyperledger/fabric-tools:latest)... ERROR: repository hyperledger/fabric-tools not found: does not exist or no pull access ERROR !!!! Unable to pull the images

如何刪除這個錯誤?請幫我

+1

發佈'network_setup.sh'文件的內容。 – kstromeiraos

回答

1

您可以手動拉本(以及任何其他Hyperledger布圖)從DockerHub圖像。有一段時間織布工具圖像未包含在幫手腳本download-dockerimages.sh中。

docker pull hyperledger/fabric-tools:x86_64-1.0.0-beta 
docker tag hyperledger/fabric-tools:x86_64-1.0.0-beta hyperledger/fabric-tools 

請注意,可能值得查看DockerHub上發佈的標記集以確保您獲得最新的標記。

https://hub.docker.com/u/hyperledger/