Hi, Yes, I have followed this article, but validate.sh tries to start a
docker instance, but there are no instructions how to create the docker
image it needs. I tried creating one manually, but I can't find any
Dockerfile. This seems to be a critical gap in the documentation - you
cant run the local dispatcher or validator without a docker image, but
to create a docker image you need a Dockerfile which specifies what the
image contains, and this appears to be missing from the dispatcher tools
d...