Skip to content

Commit 3e9ffc9

Browse files
authored
Merge pull request #476 from docker/x/paths
feat(chore/windows): move socket path to fully owned folder
2 parents 4cba1ce + 6ff3111 commit 3e9ffc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, "Docker", "SecretsEngine", "daemon.sock")
29+
return filepath.Join(base, "DockerSecretsEngine", "daemon.sock")
3030
}

0 commit comments

Comments
 (0)