mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-12-19 04:12:10 +03: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 |