diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-12-11 21:22:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-11 21:22:59 +0100 |
commit | f81f15f42250a642f0753b5f18be61c1f24931dd (patch) | |
tree | fb3e64704caa95da765368b198bd834bc9e1c8df /docs/source/markdown | |
parent | 5941138fdd3d203a949871f47f1d63462a0f18e8 (diff) | |
parent | a332825ff58de514dd226de58885aa32a778be4f (diff) | |
download | podman-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/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-exec.1.md | 4 |
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*. |