/kind feature
Description
Add support for passing file-descriptors across podman exec execution boundary.
I've started integrating some basic podman support into GNOME Builder using our native container abstractions (like we do for flatpak). One thing that makes this possible with flatpak is that we can pass file descriptors across the execution boundary. That way, I can feed a PTY for the debugger inferior to tooling like gdb while using the controlling PTY to control gdb itself.
I've looked at calling runc directly using --preserve-fds, but that would mean duplicating a lot of what podman already does for us.
/kind feature
Description
Add support for passing file-descriptors across
podman execexecution boundary.I've started integrating some basic podman support into GNOME Builder using our native container abstractions (like we do for flatpak). One thing that makes this possible with flatpak is that we can pass file descriptors across the execution boundary. That way, I can feed a PTY for the debugger inferior to tooling like gdb while using the controlling PTY to control gdb itself.
I've looked at calling runc directly using --preserve-fds, but that would mean duplicating a lot of what podman already does for us.