-
Notifications
You must be signed in to change notification settings - Fork 5
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
Daemon fails to start on runner WSL Ubuntu latest Debian GNU/Linux 10 (buster) #141
Comments
Looks like root is not available in this act image, you can try to enable rootless: - name: --------- Install Docker ---------
uses: docker/setup-docker-action@v4
with:
rootless: true However, for your information, we don't support or test outside of GitHub-hosted runner infrastructure, though we can assist on a best-effort basis. |
@crazy-max, understood. I appreciate the help. One thing to note is that whoami does return root during the run: [devops-present-ci/ci] | whoami: root Update 1/6/2025: Using the rootless: true key/value you suggested and adding a finally debug step the action still hits a permission snag:
Output: |
Contributing guidelines
I've found a bug, and:
Description
Docker installs, but fails to start even when run by root.
I'm using the act local Github Action utility.
However, the issue seems to be with the runner itself.
Expected behaviour
docker should start
Actual behaviour
Docker fails to start
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
On runner:
Docker daemon logs
Additional info
No response
The text was updated successfully, but these errors were encountered: