We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5345a3 + cb6dfbd commit 66f2223Copy full SHA for 66f2223
1 file changed
x/api/defaults_windows.go
@@ -26,5 +26,5 @@ func DaemonSocketPath() string {
26
if base == "" {
27
base = `C:\ProgramData`
28
}
29
- return filepath.Join(base, "DockerSecretsEngine", "daemon.sock")
+ return filepath.Join(base, "DockerSecretsEngine", "service", "daemon.sock")
30
0 commit comments