mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
Add user level Docker socket to common paths (#1416)
This commit is contained in:
parent
ee47eb4434
commit
5878bd0f57
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue