Merge pull request #27715 from sdurrheimer/zsh-completion-create-run-stop-timeout

Add zsh completion for 'docker {create,run} --stop-timeout'
This commit is contained in:
Vincent Demeester 2016-10-25 08:58:18 -07:00 committed by GitHub
commit c851aea2b6

View file

@ -1481,6 +1481,7 @@ __docker_subcommand() {
"($help)--privileged[Give extended privileges to this container]"
"($help)--read-only[Mount the container's root filesystem as read only]"
"($help)*--security-opt=[Security options]:security option: "
"($help)--stop-timeout=[Timeout (in seconds) to stop a container]:time: "
"($help)*--sysctl=-[sysctl options]:sysctl: "
"($help -t --tty)"{-t,--tty}"[Allocate a pseudo-tty]"
"($help -u --user)"{-u=,--user=}"[Username or UID]:user:_users"