Skip to content

Commit

Permalink
Merge pull request #1608 from baude/windowsdefaultuser
Browse files Browse the repository at this point in the history
default windows machine user change
  • Loading branch information
openshift-merge-robot authored Aug 10, 2023
2 parents 25998fb + ec9e1b0 commit b1ca328
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/config/default_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ func getDefaultMachineImage() string {
}

// getDefaultMachineUser returns the user to use for rootless podman
// This is only for the hyperv and qemu implementations. WSL's user
// will be hardcoded in podman to "user"
func getDefaultMachineUser() string {
return "user"
return "core"
}

// isCgroup2UnifiedMode returns whether we are running in cgroup2 mode.
Expand Down

0 comments on commit b1ca328

Please sign in to comment.