1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

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

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: 323f35256b
Component: cli
This commit is contained in:
Steve Durrheimer
2016-01-09 14:46:06 +01:00
committed by Tibor Vass
parent 3d71c1c6de
commit cc265bc249

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)*--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=(