Browse code

Add zsh completion for 'dockerd --userland-proxy-path'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
(cherry picked from commit 97e189292278de10f2590f52eaf9b382c54bc99b)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>

Steve Durrheimer authored on 2016/11/22 15:57:31
Showing 1 changed files
... ...
@@ -2257,7 +2257,8 @@ __docker_subcommand() {
2257 2257
                 "($help)--tlskey=[Path to TLS key file]:Key file:_files -g \"*.(pem|key)\"" \
2258 2258
                 "($help)--tlsverify[Use TLS and verify the remote]" \
2259 2259
                 "($help)--userns-remap=[User/Group setting for user namespaces]:user\:group:->users-groups" \
2260
-                "($help)--userland-proxy[Use userland proxy for loopback traffic]" && ret=0
2260
+                "($help)--userland-proxy[Use userland proxy for loopback traffic]" \
2261
+                "($help)--userland-proxy-path=[Path to the userland proxy binary]:binary:_files" && ret=0
2261 2262
 
2262 2263
             case $state in
2263 2264
                 (cluster-store)