Make the docker sock location configurable in harness docker runner
long-term
T
Turquoise Sparrow
In the harness docker runner the location of the docker socket and docker binary is hard coded into the program
- docker sock: https://github.com/harness/harness-docker-runner/blob/master/engine/engine.go#L27
- docker bin: https://github.com/harness/harness-docker-runner/blob/master/setup/setup.go#L57
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
Log In
Rohan Gupta
long-term
We are working on a new version of delegate that would help us better support this.
N
Nofar Bluestein
under review