diff options
author | baude <bbaude@redhat.com> | 2019-12-11 09:16:55 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2019-12-11 09:21:24 -0600 |
commit | a332825ff58de514dd226de58885aa32a778be4f (patch) | |
tree | cd67994ff19ff038a78c0d710dee3a14bc02bae1 /docs | |
parent | a18de10499702495e4108b1c6f7abb244018b8f1 (diff) | |
download | podman-a332825ff58de514dd226de58885aa32a778be4f.tar.gz podman-a332825ff58de514dd226de58885aa32a778be4f.tar.bz2 podman-a332825ff58de514dd226de58885aa32a778be4f.zip |
allow exec to read files of environment variables
we want the ability to define environment variables in files for the
exec command.
Fixes: #1782408
Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'docs')
-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*. |