aboutsummaryrefslogtreecommitdiff
path: root/cmd/podman/common/create_opts.go
diff options
context:
space:
mode:
authorShivkumar13 <shivkumar.ople97@gmail.com>2021-08-11 22:57:25 +0530
committerShivkumar13 <sople@redhat.com>2021-08-21 00:54:13 +0530
commit319c85e89ee2ee565da12680cca041335296a0c0 (patch)
treee4b709d6fb524d5c46b920887c198b48797643b1 /cmd/podman/common/create_opts.go
parent8b14cd84ced46263f378c6090ccb61616810eb9e (diff)
downloadpodman-319c85e89ee2ee565da12680cca041335296a0c0.tar.gz
podman-319c85e89ee2ee565da12680cca041335296a0c0.tar.bz2
podman-319c85e89ee2ee565da12680cca041335296a0c0.zip
Support for --tls-verify flag in podman run & podman create
Signed-off-by: Shivkumar13 <sople@redhat.com>
Diffstat (limited to 'cmd/podman/common/create_opts.go')
-rw-r--r--cmd/podman/common/create_opts.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/common/create_opts.go b/cmd/podman/common/create_opts.go
index 0a969bfd2..3b39e39ea 100644
--- a/cmd/podman/common/create_opts.go
+++ b/cmd/podman/common/create_opts.go
@@ -112,6 +112,7 @@ type ContainerCLIOpts struct {
Sysctl []string
Systemd string
Timeout uint
+ TLSVerify bool
TmpFS []string
TTY bool
Timezone string