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 --- cmd/podman/cliconfig/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/cliconfig') 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 -- cgit v1.2.3-54-g00ecf