You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"WARNING: The ARCH variable is not set. Defaulting to a blank string.
Creating network "composer_default" with the default driver
Pulling ca.org1.example.com (hyperledger/fabric-ca:-1.0.4)...
ERROR: invalid tag format"
Describe How to Reproduce
- I am using Ubuntu 14.04, docker 17.03.0-ce and docker-compose, docker-compose version 1.8.1, build 878cff1
- execute "curl -sSL https://hyperledger.github.io/composer/install-hlfv1.sh | bash"
- ARCH variable is not getting picked up, i tried adding ARCH=x86_64 to environment file. but still facing the error
Description
I am trying to install hyperledger fabric locally by following https://hyperledger.github.io/composer/installing/using-playground-locally.html
but facing the below error
Describe How to Reproduce