summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-12-11 21:22:59 +0100
committerGitHub <noreply@github.com>2019-12-11 21:22:59 +0100
commitf81f15f42250a642f0753b5f18be61c1f24931dd (patch)
treefb3e64704caa95da765368b198bd834bc9e1c8df /docs
parent5941138fdd3d203a949871f47f1d63462a0f18e8 (diff)
parenta332825ff58de514dd226de58885aa32a778be4f (diff)
downloadpodman-f81f15f42250a642f0753b5f18be61c1f24931dd.tar.gz
podman-f81f15f42250a642f0753b5f18be61c1f24931dd.tar.bz2
podman-f81f15f42250a642f0753b5f18be61c1f24931dd.zip
Merge pull request #4677 from baude/execenvfile
allow exec to read files of environment variables
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-exec.1.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-exec.1.md b/docs/source/markdown/podman-exec.1.md
index 9624425dc..d46427c91 100644
--- a/docs/source/markdown/podman-exec.1.md
+++ b/docs/source/markdown/podman-exec.1.md
@@ -22,6 +22,10 @@ Specify the key sequence for detaching a container. Format is a single character
You may specify arbitrary environment variables that are available for the
command to be executed.
+**--env-file**=*file*
+
+Read in a line delimited file of environment variables.
+
**--interactive**, **-i**=*true|false*
When set to true, keep stdin open even if not attached. The default is *false*.