警告信息:
Local fabric binaries and docker images are out of sync. This may cause problems.
Local fabric binaries and docker images are out of sync.
This may cause problems.
原因:fabric二进制文件和镜像版本不一致。
本人fabric二进制文件版本:2.4.1
镜像版本:2.4.2
解决方案:降低镜像版本为fabric二进制文件版本
1、首先将当前的所有fabric镜像删除
进入 test-network 目录下,删除前请先关闭测试网络,
删除所有名字中带有 hyperledger的镜像docker images | grep -E "(hyperledger)" | awk '{print $3}' | uniq | xargs -I {} docker rmi --force {}
2、修改bootstrap.sh文件vim bootstrap.sh
修改为与fabric二进制文件相同版本,我这里是修改为2.4.1文章来源:https://www.toymoban.com/news/detail-785808.html
3、保存退出 重新运行bootstrap.sh文章来源地址https://www.toymoban.com/news/detail-785808.html
到了这里,关于fabric测试网络启动警告解决:Local fabric binaries and docker images are out of sync. This may cause problems.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!