mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add zsh completion for 'docker {create,run} --userns'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
35986d4824
commit
39d7ff233b
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ __docker_subcommand() {
|
|||
"($help)--isolation=[Container isolation technology]:isolation:(default hyperv process)"
|
||||
"($help)*--shm-size=[Size of '/dev/shm' (format is '<number><unit>')]:shm size: "
|
||||
"($help)*--ulimit=[ulimit options]:ulimit: "
|
||||
"($help)--userns=[Container user namespace]:user namespace:(host)"
|
||||
)
|
||||
opts_build_create_run_update=(
|
||||
"($help)--cpu-shares=[CPU shares (relative weight)]:CPU shares:(0 10 100 200 500 800 1000)"
|
||||
|
|
Loading…
Add table
Reference in a new issue