spiegel_podman/pkg/machine/shim
prabhat-kumar96 debcacc699 pkg/machine: detach helper processes from parent console on Windows
When starting a machine on Windows, background helper processes
(podman.exe machine server9p, gvproxy, and win-sshproxy) could be
terminated when the parent CMD/PowerShell session closed.

1. For podman.exe machine server9p (a console subsystem binary), set
   CreationFlags to CREATE_NO_WINDOW so it runs without attaching to
   the parent console.
2. For GUI binaries (gvproxy and win-sshproxy), configure
   DETACHED_PROCESS so they outlive the invoking console session.

Fixes: #29573
Signed-off-by: prabhat-kumar96 <prabhatmathur9927@gmail.com>
2026-08-27 18:11:12 +05:30
..
diskpull RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
claim_darwin.go Implement generic providers 2024-02-07 09:18:38 -06:00
claim_unsupported.go pkg/machine/shim: fix unused warnings on windows 2025-03-31 12:27:55 -07:00
claim_unsupported_unix.go pkg/machine/shim: fix unused warnings on windows 2025-03-31 12:27:55 -07:00
host.go Performance: Replace strings.ToLower with strings.EqualFold 2026-08-15 02:17:47 +05:30
host_test.go Disallow mounting to certain destination /dir paths 2025-03-07 09:54:01 -06:00
networking.go pkg/machine: detach helper processes from parent console on Windows 2026-08-27 18:11:12 +05:30
networking_unix.go pkg/machine: detach helper processes from parent console on Windows 2026-08-27 18:11:12 +05:30
networking_windows.go pkg/machine: detach helper processes from parent console on Windows 2026-08-27 18:11:12 +05:30
volume.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00