diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-23 12:21:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-23 12:21:55 -0500 |
commit | eef9875a6133d4cbf4e6f63771dd86045f071f7d (patch) | |
tree | 46c50c1a5b85e6f558bdd82f13b934ed802bfb60 /completions | |
parent | 9fd01e19458bd8c8281663bdb504f02aa3a92e3b (diff) | |
parent | 0184714a82696feec33b383bfd98875712173e6e (diff) | |
download | podman-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 'completions')
-rw-r--r-- | completions/bash/podman | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 958633bf0..13be64e06 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1888,6 +1888,11 @@ _podman_container_run() { --expose --gidmap --group-add + --health-cmd + --health-interval + --health-retries + --health-start-period + --health-timeout --hostname -h --http-proxy --image-volume @@ -1906,6 +1911,7 @@ _podman_container_run() { --memory-reservation --name --network + --no-healthcheck --no-hosts --oom-score-adj --pid |