mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #11251 from coolljt0725/add_ulimit_to_bash_completion
Add --ulimit and --default-ulimit to bash completion
This commit is contained in:
commit
228449b631
1 changed files with 2 additions and 0 deletions
|
@ -659,6 +659,7 @@ _docker_run() {
|
||||||
--restart
|
--restart
|
||||||
--security-opt
|
--security-opt
|
||||||
--user -u
|
--user -u
|
||||||
|
--ulimit
|
||||||
--volumes-from
|
--volumes-from
|
||||||
--volume -v
|
--volume -v
|
||||||
--workdir -w
|
--workdir -w
|
||||||
|
@ -973,6 +974,7 @@ _docker() {
|
||||||
local main_options_with_args="
|
local main_options_with_args="
|
||||||
--bip
|
--bip
|
||||||
--bridge -b
|
--bridge -b
|
||||||
|
--default-ulimit
|
||||||
--dns
|
--dns
|
||||||
--dns-search
|
--dns-search
|
||||||
--exec-driver -e
|
--exec-driver -e
|
||||||
|
|
Loading…
Reference in a new issue