mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-14 22:42:47 +01:00
f2629f2ea3
Caused by #260
act_runner will fail to start if user does not set `docker_host` configuration and `DOCKER_HOST` env. This PR adds the support for finding docker daemon from common socket paths so act_runner could detect the docker socket from these paths.
The `commonSocketPaths` is from [nektos/act](
|
||
---|---|---|
.. | ||
cmd.go | ||
daemon.go | ||
exec.go | ||
register.go |