summaryrefslogtreecommitdiff
path: root/docs/podman-exec.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-03-05 05:56:46 -0800
committerGitHub <noreply@github.com>2019-03-05 05:56:46 -0800
commit85b116707bf84125f00c3bf39e28ef33a7d49066 (patch)
tree73411249df3fecb0ccc41dc1978af67242cc976a /docs/podman-exec.1.md
parent4b80517b6a638ff06f8ad432f0f0f5839283d058 (diff)
parent0b34327ad40e04861dac7f73870d87633a5c637e (diff)
downloadpodman-85b116707bf84125f00c3bf39e28ef33a7d49066.tar.gz
podman-85b116707bf84125f00c3bf39e28ef33a7d49066.tar.bz2
podman-85b116707bf84125f00c3bf39e28ef33a7d49066.zip
Merge pull request #2426 from giuseppe/exec-preserve-fds
exec: support --preserve-fds
Diffstat (limited to 'docs/podman-exec.1.md')
-rw-r--r--docs/podman-exec.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/podman-exec.1.md b/docs/podman-exec.1.md
index 14088b468..b74713b0b 100644
--- a/docs/podman-exec.1.md
+++ b/docs/podman-exec.1.md
@@ -26,6 +26,10 @@ to run containers such as CRI-O, the last started container could be from eithe
The latest option is not supported on the remote client.
+**--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.
+
**--privileged**
Give the process extended Linux capabilities when running the command in container.