Add zsh completion for 'unless-stopped' restart policy

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: cb2bd8bcec38a597208209f0fb52593f3b6844a4
Component: engine
This commit is contained in:
Steve Durrheimer
2015-10-16 08:30:56 +02:00
parent 0425a13d99
commit 5f8debf9b3

View File

@ -438,7 +438,7 @@ __docker_subcommand() {
"($help)--pid=-[PID namespace to use]:PID: "
"($help)--privileged[Give extended privileges to this container]"
"($help)--read-only[Mount the container's root filesystem as read only]"
"($help)--restart=-[Restart policy]:restart policy:(no on-failure always)"
"($help)--restart=-[Restart policy]:restart policy:(no on-failure always unless-stopped)"
"($help)*--security-opt=-[Security options]:security option: "
"($help -t --tty)"{-t,--tty}"[Allocate a pseudo-tty]"
"($help -u --user)"{-u,--user=-}"[Username or UID]:user:_users"