We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cba1ce commit 6ff3111Copy full SHA for 6ff3111
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, "Docker", "SecretsEngine", "daemon.sock")
+ return filepath.Join(base, "DockerSecretsEngine", "daemon.sock")
30
0 commit comments