From a332825ff58de514dd226de58885aa32a778be4f Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 11 Dec 2019 09:16:55 -0600 Subject: 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 --- docs/source/markdown/podman-exec.1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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*. -- cgit v1.2.3-54-g00ecf