diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-02-20 10:39:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 10:39:15 +0100 |
commit | 846405256b38b11babf05de3a7666ceb81577a72 (patch) | |
tree | 4224e4853f474f78c48a49177faf39b2235fc7d6 /completions/bash/podman | |
parent | 7e33dc4300f78fe9121c564bc22435514730a0ea (diff) | |
parent | 97323808ed57cf52311a80c55339f8927614b7f0 (diff) | |
download | podman-846405256b38b11babf05de3a7666ceb81577a72.tar.gz podman-846405256b38b11babf05de3a7666ceb81577a72.tar.bz2 podman-846405256b38b11babf05de3a7666ceb81577a72.zip |
Merge pull request #5241 from mheon/pod_network_opts_add
Add network opts to pods
Diffstat (limited to 'completions/bash/podman')
-rw-r--r-- | completions/bash/podman | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 10d40a0c9..958633bf0 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -2897,13 +2897,21 @@ _podman_image_exists() { _podman_pod_create() { local options_with_args=" + --add-host --cgroup-parent + --dns + --dns-opt + --dns-search --infra-command --infra-image + --ip --label-file --label -l + --mac-address --name + --network + --no-hosts --podidfile --publish -p |