Add bash completion for run|create --init-path
Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: 182048f18592259633d21ac55bd5b73903de50b9 Component: engine
This commit is contained in:
@ -1335,6 +1335,7 @@ _docker_container_run() {
|
||||
--expose
|
||||
--group-add
|
||||
--hostname -h
|
||||
--init-path
|
||||
--ip
|
||||
--ip6
|
||||
--ipc
|
||||
@ -1447,7 +1448,7 @@ _docker_container_run() {
|
||||
__docker_complete_capabilities
|
||||
return
|
||||
;;
|
||||
--cidfile|--env-file|--label-file)
|
||||
--cidfile|--env-file|--init-path|--label-file)
|
||||
_filedir
|
||||
return
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user