mirror of
https://github.com/docker/cli.git
synced 2026-09-26 17:30:51 -04:00
Add --ulimit and --default-ulimit to bash completion
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
@@ -659,6 +659,7 @@ _docker_run() {
|
||||
--restart
|
||||
--security-opt
|
||||
--user -u
|
||||
--ulimit
|
||||
--volumes-from
|
||||
--volume -v
|
||||
--workdir -w
|
||||
@@ -973,6 +974,7 @@ _docker() {
|
||||
local main_options_with_args="
|
||||
--bip
|
||||
--bridge -b
|
||||
--default-ulimit
|
||||
--dns
|
||||
--dns-search
|
||||
--exec-driver -e
|
||||
|
||||
Reference in New Issue
Block a user