Skip to content

Commit

Permalink
Merge pull request moby#21580 from sdurrheimer/zsh-completion-create-…
Browse files Browse the repository at this point in the history
…run-userns

Add zsh completion for 'docker {create,run} --userns'
  • Loading branch information
calavera committed Mar 28, 2016
2 parents 20ab670 + 39d7ff2 commit 22ca91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completion/zsh/_docker
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 22ca91b

Please sign in to comment.