当我运行。/byfn.sh up时,给我这个错误。
LOCAL_VERSION = 3DOCKER_IMAGE_VERSION = 2.3.3
=================== WARNING ===================
Local fabric binaries and docker images are
out of sync. This may cause problems.
===============================================
OCI runtime exec failed: exec failed: container_linux. confGo:380:启动容器进程导致:exec: "scripts/script.sh": stat scripts/script.sh: no such file or directory: unknown错误! !测试失败了。
我看到LOCAL_VERSION与DOCKER_IMAGE_VERSION不同。我怎么能改变呢?嗯…我想这就是问题所在,对吗?谢谢你。
fabric-samples中的bin文件夹中有1.4.3版本的二进制文件,而docker images的版本是2.2.3。docker images
,列出系统中的镜像。最新的面料样品没有BYFN,它现在与两个组织和一个同行围绕测试网络工作。使用curl命令curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s
下载最新的fabric-samples和二进制文件,如果你需要特定的版本,比如2.2.3,那么它会下载最新的samples和二进制文件以及docker镜像curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s -- 2.2.3 1.5.2
您可以在此链接中找到更多详细信息,以获取最新的示例和二进制文件https://hyperledger-fabric.readthedocs.io/en/release-2.2/install.html#install-samples-binaries-and-docker-images