diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-01-16 16:22:20 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-01-17 14:49:23 +0000 |
commit | d4e4878ec3e539e47da8c05227c8020d541a7df2 (patch) | |
tree | 7ad0a4afac3bacaef08eea169f1b3f2dab876397 /completions | |
parent | f77bd95426694e1287cd6a73a11fb46b56e5a031 (diff) | |
download | podman-d4e4878ec3e539e47da8c05227c8020d541a7df2.tar.gz podman-d4e4878ec3e539e47da8c05227c8020d541a7df2.tar.bz2 podman-d4e4878ec3e539e47da8c05227c8020d541a7df2.zip |
Remove --storage-opt from podman run/create
podman command has storage options as a global option,
these should be set there, rather then in the create and
run commands.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #234
Approved by: baude
Diffstat (limited to 'completions')
-rw-r--r-- | completions/bash/podman | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/completions/bash/podman b/completions/bash/podman index 8447ab436..b1a19f255 100644 --- a/completions/bash/podman +++ b/completions/bash/podman @@ -1079,7 +1079,6 @@ _podman_container_run() { --shm-size --stop-signal --stop-timeout - --storage-opt --tmpfs --sysctl --ulimit |