Closed washboardalex closed 2 years ago
I am almost certain the problem is the containers aren't built. Looking at the build steps, there are two missing steps. https://github.com/ConsenSys/gpact/blob/main/docs/build.md
Try:
cd services/relayer
make docker
cd ../message-store
make docker
cd ../..
at that point, you should be able to:
cd test-blockchains
docker compose up
This issue is being addressed here: https://github.com/ConsenSys/gpact/pull/144
Revised documentation merged.
The docker image
consensys/gpact/services/relayer
either does not exist any longer or is not authed for public access. Error messages:ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost.
ERROR: pull access denied for consensys/gpact/services/relayer, repository does not exist or may require 'docker login': denied: requested access to the resource is denied
If this is by design understood, just thought to check as this repo is very intriguing.