diff options
author | Ed Santiago <santiago@redhat.com> | 2022-09-14 15:12:32 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-09-26 07:25:10 -0600 |
commit | 911ceb823a688396dd874cd763d0fa887cb2722c (patch) | |
tree | 8feead08e207e87b7d63ddad2d4321bd72615e9f /docs/source/markdown/options | |
parent | a00376111ef4d4275628c41d8424c223110cc626 (diff) | |
download | podman-911ceb823a688396dd874cd763d0fa887cb2722c.tar.gz podman-911ceb823a688396dd874cd763d0fa887cb2722c.tar.bz2 podman-911ceb823a688396dd874cd763d0fa887cb2722c.zip |
Man pages: Refactor common options: --sig-proxy
Unusually, I discarded the podman-run version and went with
the one common to attach and start. (The defaults are left
out of the common file, because 'start' is different by
necessity). Please review extra-carefully to make sure
the new wording applies to podman-run, in particular
the "non-TTY mode" words.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/options')
-rw-r--r-- | docs/source/markdown/options/sig-proxy.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/markdown/options/sig-proxy.md b/docs/source/markdown/options/sig-proxy.md new file mode 100644 index 000000000..bb940aed3 --- /dev/null +++ b/docs/source/markdown/options/sig-proxy.md @@ -0,0 +1,3 @@ +#### **--sig-proxy** + +Proxy received signals to the container process (non-TTY mode only). SIGCHLD, SIGSTOP, and SIGKILL are not proxied. |