act_runner/internal/app/cmd
Zettat123 f2629f2ea3 Add support for finding docker daemon from common socket paths (#263)
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](e60018a6d9/cmd/root.go (L124-L131))

Reviewed-on: https://gitea.com/gitea/act_runner/pulls/263
Co-authored-by: Zettat123 <zettat123@noreply.gitea.com>
Co-committed-by: Zettat123 <zettat123@noreply.gitea.com>
2023-07-01 01:27:54 +00:00
..
cmd.go Refactor to new framework (#98) 2023-04-04 21:32:04 +08:00
daemon.go Add support for finding docker daemon from common socket paths (#263) 2023-07-01 01:27:54 +00:00
exec.go Revert supporting multiple default actions URLs and use github for exec by default (#262) 2023-06-30 07:53:18 +00:00
register.go Support changing labels (#201) 2023-06-15 03:59:15 +00:00