Re: Mismatch versions between image and test-network (1.4 and 2.0)
Brett T Logan <brett.t.logan@...>
Can you clean up your docker images and retry, the output is saying the binary inside your "fabric-tools:latest" image is 1.4.6, presumably at some point (probably byfn) tagged another version as latest:
docker image rm -f $(docker image ls --filter=reference='hyperledger/*' -q)
curl -sSL https://bit.ly/2ysbOFE | bash -s -- -s -b
The above command will only pull the images, it won't clone the repo or pull the binaries
----- Original message -----
|
|