mirror of https://github.com/docker/cli.git
Add zsh completion for 'docker {build,create,run} --isolation'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
323f35256b
commit
97d56a6cd8
|
@ -450,6 +450,7 @@ __docker_subcommand() {
|
||||||
opts_help=("(: -)--help[Print usage]")
|
opts_help=("(: -)--help[Print usage]")
|
||||||
opts_build_create_run=(
|
opts_build_create_run=(
|
||||||
"($help)--cgroup-parent=[Parent cgroup for the container]:cgroup: "
|
"($help)--cgroup-parent=[Parent cgroup for the container]:cgroup: "
|
||||||
|
"($help)--isolation=[]:isolation:(default hyperv process)"
|
||||||
"($help)*--shm-size=[Size of '/dev/shm'. The format is '<number><unit>'. Default is '64m'.]:shm size: "
|
"($help)*--shm-size=[Size of '/dev/shm'. The format is '<number><unit>'. Default is '64m'.]:shm size: "
|
||||||
"($help)*--ulimit=[ulimit options]:ulimit: "
|
"($help)*--ulimit=[ulimit options]:ulimit: "
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue