We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5345a3 commit cb6dfbdCopy full SHA for cb6dfbd
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