Add bash completion for dockerd --userland-proxy-path
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: d1071533a6
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
6464ebb77a
commit
e2ee18f556
@ -1708,6 +1708,7 @@ _docker_daemon() {
|
||||
--shutdown-timeout
|
||||
--storage-driver -s
|
||||
--storage-opt
|
||||
--userland-proxy-path
|
||||
--userns-remap
|
||||
"
|
||||
|
||||
@ -1754,7 +1755,7 @@ _docker_daemon() {
|
||||
__docker_nospace
|
||||
return
|
||||
;;
|
||||
--config-file|--containerd|--init-path|--pidfile|-p|--tlscacert|--tlscert|--tlskey)
|
||||
--config-file|--containerd|--init-path|--pidfile|-p|--tlscacert|--tlscert|--tlskey|--userland-proxy-path)
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user