1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add zsh completion for 'docker {build,create,run} --isolation'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
Steve Durrheimer 2016-01-09 14:48:55 +01:00
parent 01e6bd3c3e
commit d14eba774d

View file

@ -450,6 +450,7 @@ __docker_subcommand() {
opts_help=("(: -)--help[Print usage]")
opts_build_create_run=(
"($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)*--ulimit=[ulimit options]:ulimit: "
)