Skip to content

Commit 66f2223

Browse files
authored
Merge pull request #478 from docker/x/path
feat(chore): adjust windows socket path
2 parents a5345a3 + cb6dfbd commit 66f2223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/api/defaults_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ func DaemonSocketPath() string {
2626
if base == "" {
2727
base = `C:\ProgramData`
2828
}
29-
return filepath.Join(base, "DockerSecretsEngine", "daemon.sock")
29+
return filepath.Join(base, "DockerSecretsEngine", "service", "daemon.sock")
3030
}

0 commit comments

Comments
 (0)