We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cba1ce + 6ff3111 commit 3e9ffc9Copy full SHA for 3e9ffc9
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