summaryrefslogtreecommitdiff
path: root/cmd/podman/shared/intermediate.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-23 12:21:55 -0500
committerGitHub <noreply@github.com>2020-02-23 12:21:55 -0500
commiteef9875a6133d4cbf4e6f63771dd86045f071f7d (patch)
tree46c50c1a5b85e6f558bdd82f13b934ed802bfb60 /cmd/podman/shared/intermediate.go
parent9fd01e19458bd8c8281663bdb504f02aa3a92e3b (diff)
parent0184714a82696feec33b383bfd98875712173e6e (diff)
downloadpodman-eef9875a6133d4cbf4e6f63771dd86045f071f7d.tar.gz
podman-eef9875a6133d4cbf4e6f63771dd86045f071f7d.tar.bz2
podman-eef9875a6133d4cbf4e6f63771dd86045f071f7d.zip
Merge pull request #5300 from baude/disablehealth
Add --no-healthcheck command to create/run
Diffstat (limited to 'cmd/podman/shared/intermediate.go')
-rw-r--r--cmd/podman/shared/intermediate.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/shared/intermediate.go b/cmd/podman/shared/intermediate.go
index ee212234f..e76750042 100644
--- a/cmd/podman/shared/intermediate.go
+++ b/cmd/podman/shared/intermediate.go
@@ -425,6 +425,7 @@ func NewIntermediateLayer(c *cliconfig.PodmanCommand, remote bool) GenericCLIRes
m["memory-swappiness"] = newCRInt64(c, "memory-swappiness")
m["name"] = newCRString(c, "name")
m["network"] = newCRString(c, "network")
+ m["no-healthcheck"] = newCRBool(c, "no-healthcheck")
m["no-hosts"] = newCRBool(c, "no-hosts")
m["oom-kill-disable"] = newCRBool(c, "oom-kill-disable")
m["oom-score-adj"] = newCRInt(c, "oom-score-adj")