diff options
author | Ed Santiago <santiago@redhat.com> | 2022-09-13 13:49:24 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-09-14 08:15:46 -0600 |
commit | b6c75a3cc572b9a8299aaad5af287ec82c424ba8 (patch) | |
tree | e49313e885f46ae4cd6b10bcbe975f7fcf59b1fc /docs/source/markdown/podman-exec.1.md.in | |
parent | e1b3d9811a5655f4468b2b56a93513418e6678a2 (diff) | |
download | podman-b6c75a3cc572b9a8299aaad5af287ec82c424ba8.tar.gz podman-b6c75a3cc572b9a8299aaad5af287ec82c424ba8.tar.bz2 podman-b6c75a3cc572b9a8299aaad5af287ec82c424ba8.zip |
Man pages: refactor common options: --preserve-fds, -it
Three simple options shared among podman-create, exec, run.
I mostly went with the podman-run versions. For --tty, this
means that create and exec get the long stdout/stderr note.
(The example, though, remains only in podman-run). For -i,
mostly boldspace changes.
For --preserve-fds, podman-exec now has the "not with remote"
note (which it didn't until now)
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-exec.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-exec.1.md.in | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/docs/source/markdown/podman-exec.1.md.in b/docs/source/markdown/podman-exec.1.md.in index 0d161ef66..a3931df1d 100644 --- a/docs/source/markdown/podman-exec.1.md.in +++ b/docs/source/markdown/podman-exec.1.md.in @@ -31,24 +31,18 @@ This option allows arbitrary environment variables that are available for the pr Read in a line delimited file of environment variables. -#### **--interactive**, **-i** - -When set to true, keep stdin open even if not attached. The default is *false*. +@@option interactive #### **--latest**, **-l** Instead of providing the container name or ID, use the last created container. If you use methods other than Podman to run containers such as CRI-O, the last started container could be from either of those methods. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines) -#### **--preserve-fds**=*N* - -Pass down to the process N additional file descriptors (in addition to 0, 1, 2). The total FDs will be 3+N. +@@option preserve-fds @@option privileged -#### **--tty**, **-t** - -Allocate a pseudo-TTY. +@@option tty #### **--user**, **-u** |