Merge pull request #28637 from albers/completion-dockerd--userland-proxy-path
Add bash completion for `dockerd --userland-proxy-path`
This commit is contained in:
commit
8976934806
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue