mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Fix docs on --sig-proxy to match current behaviour
Signals are proxied to the container process whether or not the tty is used Signed-off-by: Daniel J Walsh <dwalsh@redhat.com> Closes: #984 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
088d5af879
commit
3092d20847
@ -523,7 +523,7 @@ If you omit the unit, the system uses bytes. If you omit the size entirely, the
|
||||
|
||||
**--sig-proxy**=*true*|*false*
|
||||
|
||||
Proxy received signals to the process (non-TTY mode only). SIGCHLD, SIGSTOP, and SIGKILL are not proxied. The default is *true*.
|
||||
Proxy signals sent to the `podman run` command to the container process. SIGCHLD, SIGSTOP, and SIGKILL are not proxied. The default is *true*.
|
||||
|
||||
**--stop-signal**=*SIGTERM*
|
||||
|
||||
|
Reference in New Issue
Block a user