mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add bash completion for dockerd --userland-proxy-path
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
227af35a17
commit
0d573a62f7
1 changed files with 2 additions and 1 deletions
|
@ -1708,6 +1708,7 @@ _docker_daemon() {
|
||||||
--shutdown-timeout
|
--shutdown-timeout
|
||||||
--storage-driver -s
|
--storage-driver -s
|
||||||
--storage-opt
|
--storage-opt
|
||||||
|
--userland-proxy-path
|
||||||
--userns-remap
|
--userns-remap
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -1754,7 +1755,7 @@ _docker_daemon() {
|
||||||
__docker_nospace
|
__docker_nospace
|
||||||
return
|
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
|
_filedir
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue