summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/podman3
1 files changed, 2 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman
index 619c9e1e6..969f1054e 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -1742,6 +1742,7 @@ _podman_container_run() {
--dns-search
--entrypoint
--env -e
+ --env-host
--env-file
--expose
--gidmap
@@ -1813,10 +1814,10 @@ _podman_container_run() {
--health-interval
--health-retries
--health-timeout
+ --health-start-period
"
boolean_options="$boolean_options
--detach -d
- --no-healthcheck
--rm
--sig-proxy=false
"