Skip to content

Commit

Permalink
Add zsh completion for 'docker {create,run} --userns'
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Durrheimer <[email protected]>
  • Loading branch information
sdurrheimer committed Mar 28, 2016
1 parent 35986d4 commit 39d7ff2
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 39d7ff2

Please sign in to comment.