summaryrefslogtreecommitdiff
path: root/cmd/podman/cliconfig
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-12-11 09:16:55 -0600
committerbaude <bbaude@redhat.com>2019-12-11 09:21:24 -0600
commita332825ff58de514dd226de58885aa32a778be4f (patch)
treecd67994ff19ff038a78c0d710dee3a14bc02bae1 /cmd/podman/cliconfig
parenta18de10499702495e4108b1c6f7abb244018b8f1 (diff)
downloadpodman-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 'cmd/podman/cliconfig')
-rw-r--r--cmd/podman/cliconfig/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go
index 431d5e087..e81756808 100644
--- a/cmd/podman/cliconfig/config.go
+++ b/cmd/podman/cliconfig/config.go
@@ -128,6 +128,7 @@ type ExecValues struct {
PodmanCommand
DetachKeys string
Env []string
+ EnvFile []string
Privileged bool
Interactive bool
Tty bool