Add zsh completion for 'docker {build,create,run} --shm-size
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com> Upstream-commit: 01e6bd3c3e79c77c35a443c5eea9a94fbb9861a3 Component: engine
This commit is contained in:
@ -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)*--shm-size=[Size of '/dev/shm'. The format is '<number><unit>'. Default is '64m'.]:shm size: "
|
||||
"($help)*--ulimit=[ulimit options]:ulimit: "
|
||||
)
|
||||
opts_build_create_run_update=(
|
||||
|
||||
Reference in New Issue
Block a user