error when running act_runner daemon #322
Labels
No Label
kind
bug
kind
build
kind/compatible
kind
dependencies
kind
docs
kind
enhancement
kind
feature
kind
help wanted
kind
proposal
kind
refactor
related
act
related
environment
related
exec
related
gitea
related
workflow
reviewed
confirmed
reviewed
duplicate
reviewed
invalid
reviewed
needs feedback
reviewed
wontfix
reviewed
workaround
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/act_runner#322
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using the prebuilt binary, when executing
./act_runner daemon
I get
INFO[2023-08-03T07:36:04+02:00] Starting runner daemon
Error: daemon Docker Engine socket not found and docker_host config was invalid
Is your socket in the following path, if not you can specify it via modfiying
container.docker_host
inconfig.yaml
.Sorry, I dont understand your answer. Do I need to have docker installed? I am using the prebuilt binary
It's not necessary.(But we recommend that you run jobs in container, see document)
If you are sure that you want to run jobs directly on the host only, you can specify your labels without image.(see https://docs.gitea.com/usage/actions/act-runner#labels). Then
act_runner
won't check that whether docker is running.Now it is working but it throws a warning
INFO[2023-08-03T08:36:06+02:00] Starting runner daemon
WARN[2023-08-03T08:36:06+02:00] Because the Gitea instance is an old version, skip declare labels and version.
Never mind, It won't hinder you from using it.
This warning related to https://github.com/go-gitea/gitea/pull/24806. So after Gitea 1.21 relsead, you can change the labels of runner in config file without re-registering it.