mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bash completion for -c
alias to --cpu-shares
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
2753a5e916
commit
79296b2770
1 changed files with 3 additions and 3 deletions
|
@ -693,7 +693,7 @@ _docker_build() {
|
|||
--cgroup-parent
|
||||
--cpuset-cpus
|
||||
--cpuset-mems
|
||||
--cpu-shares
|
||||
--cpu-shares -c
|
||||
--cpu-period
|
||||
--cpu-quota
|
||||
--file -f
|
||||
|
@ -2134,7 +2134,7 @@ _docker_run() {
|
|||
--cpu-quota
|
||||
--cpuset-cpus
|
||||
--cpuset-mems
|
||||
--cpu-shares
|
||||
--cpu-shares -c
|
||||
--device
|
||||
--device-read-bps
|
||||
--device-read-iops
|
||||
|
@ -2529,7 +2529,7 @@ _docker_update() {
|
|||
--cpu-quota
|
||||
--cpuset-cpus
|
||||
--cpuset-mems
|
||||
--cpu-shares
|
||||
--cpu-shares -c
|
||||
--kernel-memory
|
||||
--memory -m
|
||||
--memory-reservation
|
||||
|
|
Loading…
Add table
Reference in a new issue