mirror of
https://github.com/containers/podman.git
synced 2025-08-03 01:37:51 +08:00
Docs on sig-proxy are wrong, we support TTY
Also, we don't proxy SIGURG (Golang uses it internally for waking threads, so Go processes get it constantly (see [1] for more details). [1] https://github.com/golang/go/issues/37942 Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
@ -4,4 +4,4 @@
|
||||
####> are applicable to all of those.
|
||||
#### **--sig-proxy**
|
||||
|
||||
Proxy received signals to the container process (non-TTY mode only). SIGCHLD, SIGSTOP, and SIGKILL are not proxied.
|
||||
Proxy received signals to the container process. SIGCHLD, SIGURG, SIGSTOP, and SIGKILL are not proxied.
|
||||
|
Reference in New Issue
Block a user