summaryrefslogtreecommitdiff
path: root/pkg/spec/createconfig.go
diff options
context:
space:
mode:
authorJames Cassell <code@james.cassell.me>2019-04-17 14:16:37 +0000
committerJames Cassell <code@james.cassell.me>2019-04-30 17:29:29 -0400
commit354d80626ac4790f261a29a6d53d6cd3fa837bb9 (patch)
tree37f8f7740e9e615a561422410ff91a0ce13bead0 /pkg/spec/createconfig.go
parent39c937ee450a4de7ab97c013d65157a3b39718b1 (diff)
downloadpodman-354d80626ac4790f261a29a6d53d6cd3fa837bb9.tar.gz
podman-354d80626ac4790f261a29a6d53d6cd3fa837bb9.tar.bz2
podman-354d80626ac4790f261a29a6d53d6cd3fa837bb9.zip
auto pass http_proxy into container
Signed-off-by: James Cassell <code@james.cassell.me>
Diffstat (limited to 'pkg/spec/createconfig.go')
-rw-r--r--pkg/spec/createconfig.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/spec/createconfig.go b/pkg/spec/createconfig.go
index 064dedd45..9c674d9f1 100644
--- a/pkg/spec/createconfig.go
+++ b/pkg/spec/createconfig.go
@@ -87,6 +87,7 @@ type CreateConfig struct {
NoHosts bool
HostAdd []string //add-host
Hostname string //hostname
+ HTTPProxy bool
Image string
ImageID string
BuiltinImgVolumes map[string]struct{} // volumes defined in the image config