mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 20:06:16 +08:00
Add user level Docker socket to common paths (#1416)
This commit is contained in:
@@ -127,6 +127,7 @@ func bugReport(ctx context.Context, version string) error {
|
||||
"$HOME/.colima/docker.sock",
|
||||
"$XDG_RUNTIME_DIR/docker.sock",
|
||||
`\\.\pipe\docker_engine`,
|
||||
"$HOME/.docker/run/docker.sock",
|
||||
}
|
||||
|
||||
sprintf := func(key, val string) string {
|
||||
|
||||
Reference in New Issue
Block a user