diff options
author | Brent Baude <bbaude@redhat.com> | 2020-02-22 10:19:11 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2020-02-22 12:45:15 -0600 |
commit | 0184714a82696feec33b383bfd98875712173e6e (patch) | |
tree | 1cecbe40de371ac953f947170246160df279c727 /completions/bash/podman | |
parent | 2850ec5f507ee6c3202f09e099b01a4e550ef0d9 (diff) | |
download | podman-0184714a82696feec33b383bfd98875712173e6e.tar.gz podman-0184714a82696feec33b383bfd98875712173e6e.tar.bz2 podman-0184714a82696feec33b383bfd98875712173e6e.zip |
Add --no-healthcheck command to create/run
Now support --no-healthcheck option to disable defined healthchecks in a container image. --health-cmd=none remains supported as well.
Fixes: #5299
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'completions/bash/podman')
-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 |