-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
act unable to run on rancher desktop / containerd #2077
Comments
villanisaac-kr
changed the title
act unable to run on rancher desktop / containers
act unable to run on rancher desktop / containerd
Nov 3, 2023
Try defining the variable DOCKER_HOST either before running act: export DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}')
act -j test ... or as a one liner: DOCKER_HOST=$(docker context inspect --format '{{.Endpoints.docker.Host}}') act -j test ... |
It'd be really nice if |
Issue is stale and will be closed in 14 days unless there is new activity |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report info
Command used with act
Describe issue
Getting below error when executing act. Using Rancher Desktop as my docker engine.
Error: unable to determine if image already exists for image '[REDACTED]/workflow-test-runner:debian-bullseye-1.3.0_arm64' (linux/arm64): error during connect: Get "http://%2FUsers%2F[REDACTED]%2F.rd%2Fdocker.sock/v1.24/images/[REDACTED]/workflow-test-runner:debian-bullseye-1.3.0_arm64/json": EOF
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: