mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add --ulimit and --default-ulimit to bash completion
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
parent
93e78ac8e7
commit
fb25a2f2aa
1 changed files with 2 additions and 0 deletions
|
@ -635,6 +635,7 @@ _docker_run() {
|
|||
--restart
|
||||
--security-opt
|
||||
--user -u
|
||||
--ulimit
|
||||
--volumes-from
|
||||
--volume -v
|
||||
--workdir -w
|
||||
|
@ -949,6 +950,7 @@ _docker() {
|
|||
local main_options_with_args="
|
||||
--bip
|
||||
--bridge -b
|
||||
--default-ulimit
|
||||
--dns
|
||||
--dns-search
|
||||
--exec-driver -e
|
||||
|
|
Loading…
Add table
Reference in a new issue