diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-11-20 08:53:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 08:53:21 -0800 |
commit | fe4f09493f41f675d24c969d1b60d1a6a45ddb9e (patch) | |
tree | 723bc55fce645c86c9ecaf8aa1eadde46333af2c /completions | |
parent | 21a76077d36a7d2a79bf4e18b6d3afcb717b102a (diff) | |
parent | 690c52a113124efcedccb84e44198e7602f064ec (diff) | |
download | podman-fe4f09493f41f675d24c969d1b60d1a6a45ddb9e.tar.gz podman-fe4f09493f41f675d24c969d1b60d1a6a45ddb9e.tar.bz2 podman-fe4f09493f41f675d24c969d1b60d1a6a45ddb9e.zip |
Merge pull request #1829 from baude/enableportbindinginpods
Allow users to expose ports from the pod to the host
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 6 |
1 files changed, 4 insertions, 2 deletions
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=" |