Thanks for sharing this solution to have the dispatcher locally. I'd
like to add this note. To make it work on Mac M1 processors, the 3rd
step to build the docker image should have the "--platform linux/amd64"
flag. As in: docker build --platform linux/amd64 -t
easy-docker-dispatcher . I hope this will be helpful.