mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
Merge pull request #20069 from baude/noextrawindows
windows cannot "do" extra files
This commit is contained in:
@ -633,7 +633,6 @@ func (m *HyperVMachine) startHostNetworking() (string, machine.APIForwardingStat
|
||||
}
|
||||
|
||||
c := cmd.Cmd(gvproxyBinary)
|
||||
c.ExtraFiles = []*os.File{dnr, dnw, dnw}
|
||||
if err := c.Start(); err != nil {
|
||||
return "", 0, fmt.Errorf("unable to execute: %q: %w", cmd, err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user