From 690c52a113124efcedccb84e44198e7602f064ec Mon Sep 17 00:00:00 2001
From: baude <bbaude@redhat.com>
Date: Mon, 19 Nov 2018 13:20:56 -0600
Subject: Allow users to expose ports from the pod to the host

we need to allow users to expose ports to the host for the purposes
of networking, like a webserver.  the port exposure must be done at
the time the pod is created.

strictly speaking, the port exposure occurs on the infra container.

Signed-off-by: baude <bbaude@redhat.com>
---
 completions/bash/podman | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'completions/bash')

diff --git a/completions/bash/podman b/completions/bash/podman
index c029f893a..222511a3c 100644
--- a/completions/bash/podman
+++ b/completions/bash/podman
@@ -2178,12 +2178,14 @@ _podman_pod_create() {
       --cgroup-parent
       --infra-command
       --infra-image
-      --share
-      --podidfile
       --label-file
       --label
       -l
       --name
+      --podidfile
+      --publish
+      -p
+      --share
   "
 
   local boolean_options="
-- 
cgit v1.2.3-54-g00ecf