首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >fabric1.0 官方文档MAC OS 安装中遇到的相关问题

fabric1.0 官方文档MAC OS 安装中遇到的相关问题

提问于 2018-01-29 05:30:51
回答 2关注 0查看 1.8K

参考文档

https://github.com/hyperledger/fabric/blob/release/docs/source/dev-setup/devenv.rst  环境设置

https://wiki.hyperledger.org/groups/twgc/fabric-doc/getting_started.md  安装步骤

一、环境设置中遇到的错误

执行 pip install -I flask==0.10.1 python-dateutil==2.2 pytz==2014.3 pyyaml==3.10 couchdb==1.0 flask-cors==2.0.1 requests==2.4.3 pyOpenSSL==16.2.0 pysha3==1.0b1 grpcio==1.0.4

报错

二、安装部署过程中遇到的错误

1、执行以下脚本的时候报错

./network_setup.sh up 执行这个命令的时候会提示docker共享文件的错误,具体信息如下

ERROR: for peer1.org2.example.com Cannot start service peer1.org2.example.com: Mounts denied: onfig/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls

are not shared from OS X and are not known to Docker.

You can configure shared paths from Docker -> Preferences... -> File Sharing.

See https://docs.docker.com/docker-for-mac/osxf

ERROR: for peer0.org1.example.com Cannot start service peer0.org1.example.com: Mounts denied: onfig/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls

are not shared from OS X and are not known to Docker.

You can configure shared paths from Docker -> Preferences... -> File Sharing.

See https://docs.docker.com/docker-for-mac/osxf

ERROR: for orderer.example.com Cannot start service orderer.example.com: Mounts denied: tifacts/genesis.block and /project/goworkspace/src/github.com/hyperledger/fabric/examples/e2e_cli/crypto-config/ordererOrganizations/example.com/orderers/orderer.example.com/msp

are not shared from OS X and are not known to Docker.

You can configure shar

ERROR: for peer0.org2.example.com Cannot start service peer0.org2.example.com: Mounts denied: onfig/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls

are not shared from OS X and are not known to Docker.

You can configure shared paths from Docker -> Preferences... -> File Sharing.

See https://docs.docker.com/docker-for-mac/osxf

ERROR: for peer1.org1.example.com Cannot start service peer1.org1.example.com: Mounts denied: onfig/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/tls

are not shared from OS X and are not known to Docker.

You can configure shared paths from Docker -> Preferences... -> File Sharing.

See https://docs.docker.com/docker-for-mac/osxf

ERROR: Encountered errors while bringing up the project.

ERROR !!!! Unable to pull the images

fengxiangdeMacBook-Pro:e2e_cli fengxiang$ ./network_setup.sh up

3、启动之后会报错

目前已经无法进行下去了

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档