Matt Heon
Matt Heon
The `podman exec` is kind of like `podman run` - it's just running the attach session associated with the exec'd process. The process in question has reparented on the container's...
No, we don't sig-proxy for exec.
Would you expect that SIGTERM would kill the whole exec session or just PID1?
Well, the first PID of the exec session, not PID1
Build is complaining you need to update the manpages
@arsenalzp Mind rebasing on top of latest main to fix CI?
Seems OK in initial review, I'll do a final one after rebase
@Luap99 PTAL when you get a chance
Default route confusion when using multiple `--network` options with `macvlan` and `bridge` networks
Having a different default weight for macvlan/ipvlan and bridge interfaces seems like a very good idea for the exact reason you mentioned - would resolve a lot of potentially awkward...
`networkingMode=mirrored` may be the common factor?