mirror of https://github.com/docker/cli.git
Add zsh completion for 'docker {create,run,update} --memory-reservation'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
a8e9d1e263
commit
c7b9b776ad
|
@ -511,6 +511,7 @@ __docker_subcommand() {
|
||||||
opts_create_run_update=(
|
opts_create_run_update=(
|
||||||
"($help)--blkio-weight=[Block IO (relative weight), between 10 and 1000]:Block IO weight:(10 100 500 1000)"
|
"($help)--blkio-weight=[Block IO (relative weight), between 10 and 1000]:Block IO weight:(10 100 500 1000)"
|
||||||
"($help)--kernel-memory=[Kernel memory limit in bytes.]:Memory limit: "
|
"($help)--kernel-memory=[Kernel memory limit in bytes.]:Memory limit: "
|
||||||
|
"($help)--memory-reservation=[Memory soft limit]:Memory limit: "
|
||||||
)
|
)
|
||||||
|
|
||||||
case "$words[1]" in
|
case "$words[1]" in
|
||||||
|
|
Loading…
Reference in New Issue