In the harness docker runner the location of the docker socket and docker binary is hard coded into the program
Having these values hard coded makes it more difficult to run this with an alternative docker installation like lima or with docker installed through package managers like homebrew.
please make these two values overridable with environment variables or cli arguments