Add bash completion for run|create --init-path
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
a3dff7c3db
commit
182048f185
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue