Add bash completions for new flags of `update`
Add bash completions for flags "--cpu-rt-period" and "--cpu-rt-runtime" for `update` command. Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
parent
e3ba943b6d
commit
000431124b
|
@ -719,6 +719,8 @@ _runc_update() {
|
|||
--blkio-weight
|
||||
--cpu-period
|
||||
--cpu-quota
|
||||
--cpu-rt-period
|
||||
--cpu-rt-runtime
|
||||
--cpu-share
|
||||
--cpuset-cpus
|
||||
--cpuset-mems
|
||||
|
|
Loading…
Reference in New Issue