diff options
author | baude <bbaude@redhat.com> | 2018-05-02 11:01:31 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-02 18:54:14 +0000 |
commit | 64dc8039e95ab10648e773aec89513f48a5d17f8 (patch) | |
tree | 9006aae3375672e43ee251ec1829c403ed723ac5 /completions | |
parent | 86e0c87a29d8004823ea0bfa9591269c1300b3e1 (diff) | |
download | podman-64dc8039e95ab10648e773aec89513f48a5d17f8.tar.gz podman-64dc8039e95ab10648e773aec89513f48a5d17f8.tar.bz2 podman-64dc8039e95ab10648e773aec89513f48a5d17f8.zip |
remove options from create/run that we cannot support
Signed-off-by: baude <bbaude@redhat.com>
Closes: #711
Approved by: rhatdan
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 4c9be0ab2..d9b3442c1 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1076,13 +1076,10 @@ _podman_container_run() { --hostname -h --image-volume --init-path - --ip - --ip6 --ipc --kernel-memory --label-file --label -l - --link-local-ip --log-driver --log-opt --mac-address @@ -1092,7 +1089,6 @@ _podman_container_run() { --memory-reservation --name --network - --network-alias --oom-score-adj --pid --pids-limit |