You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation does not mention anything about my problem
There are no open or closed issues that are related to my problem
Description
Hi,
I'm trying to run this action in a runner that uses a distroless image without sudo available.
Expected behaviour
setup-docker-action installs Docker without needing sudo.
Actual behaviour
I'm trying to run this action using rootless:
with:
rootless: true
but I'm getting an error when it tries to start the Docker daemon.
Start Docker daemon
Error: Unable to locate executable file: sudo. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.
Contributing guidelines
I've found a bug, and:
Description
Hi,
I'm trying to run this action in a runner that uses a distroless image without sudo available.
Expected behaviour
setup-docker-action installs Docker without needing sudo.
Actual behaviour
I'm trying to run this action using rootless:
but I'm getting an error when it tries to start the Docker daemon.
Repository URL
No response
Workflow run URL
No response
YAML workflow
Workflow logs
No response
Docker daemon logs
Additional info
No response
The text was updated successfully, but these errors were encountered: