Add user level Docker socket to common paths (#1416)
This commit is contained in:
parent
e81dc0d295
commit
a73d5063d8
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",
|
"$HOME/.colima/docker.sock",
|
||||||
"$XDG_RUNTIME_DIR/docker.sock",
|
"$XDG_RUNTIME_DIR/docker.sock",
|
||||||
`\\.\pipe\docker_engine`,
|
`\\.\pipe\docker_engine`,
|
||||||
|
"$HOME/.docker/run/docker.sock",
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf := func(key, val string) string {
|
sprintf := func(key, val string) string {
|
||||||
|
|
Loading…
Reference in a new issue