Re: Mismatch version between fabric(2.1.0) and image(1.4.6)
Brett T Logan <brett.t.logan@...>
It's also possible you pulled the images before (maybe when doing byfn). Since we tag them as latest, if you already had latest images that exist, pulling new images would be skipped, run:
docker rmi $(docker images | grep hyperledger)
to prune the images, and then run:
curl -sSL https://bit.ly/2ysbOFE | bash -s -- -s -b
This will run the script again, but only pull the images, it will skip cloning the repo, and downloading the binaries again.
----- Original message -----
|
|