From eaf4354320032eab4093575bfe9af935104bdd4c Mon Sep 17 00:00:00 2001 From: Steve Durrheimer Date: Tue, 25 Oct 2016 08:55:00 +0200 Subject: [PATCH] Add zsh completion for 'docker {create,run} --stop-timeout' Signed-off-by: Steve Durrheimer Upstream-commit: 34f5d97468ca92c2209312205b0637a96c39a593 Component: engine --- components/engine/contrib/completion/zsh/_docker | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/contrib/completion/zsh/_docker b/components/engine/contrib/completion/zsh/_docker index 415e731f3b..4ee4e551f1 100644 --- a/components/engine/contrib/completion/zsh/_docker +++ b/components/engine/contrib/completion/zsh/_docker @@ -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"