Merge pull request #21580 from sdurrheimer/zsh-completion-create-run-userns

Add zsh completion for 'docker {create,run} --userns'
This commit is contained in:
David Calavera 2016-03-28 11:31:39 -07:00
commit 22ca91b084

View file

@ -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)"